#76266B

Color #76266B Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #76266B

Tints of Palatinate Purple #76266B

Color information

#76266B (or 0x76266B) is unknown color: approx Palatinate Purple. HEX triplet: 76, 26 and 6B. RGB value is (118,38,107). Sum of RGB (Red+Green+Blue) = 118+38+107=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76266B is #89D994. Grayscale: #454545. Windows color (decimal): -9034133 or 7022198. OLE color: 7022198.

HSL color Cylindrical-coordinate representation of color #76266B: hue angle of 308.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76266B is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11838107-
CMYK00.680.090.54
HSL308.25º51.28%30.59%-
HSV(B)308.25º67.8%46.27%-
XYZ10.826.314.56-
YUV69.79149162.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 44.87%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 107 (42.19% from 255) = 40.68%
R=44.87%
G=14.45%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183810700.680.090.54308.2551.2830.59
Hex76266B044936134331f
Octal16646153010411664646337
Binary1110110100110110101101000100100111011010011010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76266B; }

 p { color: rgb(118,38,107); }

 H1.HeaderClassName
 {
   color: #76266B;
 }
 .AnyTagClassName
 {
   color: #76266B;
 }
</style>
background-color css

<style>
 a { background-color: #76266B; }

 a { background-color: rgb(118,38,107); }

 div.DivClassName
 {
   background-color: #76266B;
 }
 .BgClassName
 {
   background-color: #76266B;
 }
</style>
border-color css

<style>
 span { border-color: #76266B; }

 span { border-color: rgb(118,38,107); }

 td.TdClassName
 {
   border-color: #76266B;
 }
 .TagClassName
 {
   border-color: #76266B;
 }
</style>