#76206B

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

Shades of Palatinate Purple #76206B

Tints of Palatinate Purple #76206B

Color information

#76206B (or 0x76206B) is unknown color: approx Palatinate Purple. HEX triplet: 76, 20 and 6B. RGB value is (118,32,107). Sum of RGB (Red+Green+Blue) = 118+32+107=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #76206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76206B is #89DF94. Grayscale: #424242. Windows color (decimal): -9035669 or 7020662. OLE color: 7020662.

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

Color convert

RGB11832107-
CMYK00.730.090.54
HSL307.67º57.33%29.41%-
HSV(B)307.67º72.88%46.27%-
XYZ10.645.9514.5-
YUV66.26150.99164.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 32 (12.89% from 255) = 12.45%
BLUE value IS 107 (42.19% from 255) = 41.63%
R=45.91%
G=12.45%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183210700.730.090.54307.6757.3329.41
Hex76206B049936134391d
Octal16640153011111664647135
Binary1110110100000110101101001001100111011010011010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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