#76165B

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

Shades of Palatinate Purple #76165B

Tints of Palatinate Purple #76165B

Color information

#76165B (or 0x76165B) is unknown color: approx Palatinate Purple. HEX triplet: 76, 16 and 5B. RGB value is (118,22,91). Sum of RGB (Red+Green+Blue) = 118+22+91=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76165B is #89E9A4. Grayscale: #3A3A3A. Windows color (decimal): -9038245 or 5969526. OLE color: 5969526.

HSL color Cylindrical-coordinate representation of color #76165B: hue angle of 316.88º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76165B is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1182291-
CMYK00.810.230.54
HSL316.88º68.57%27.45%-
HSV(B)316.88º81.36%46.27%-
XYZ9.655.1810.39-
YUV58.57146.3170.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 91 (35.94% from 255) = 39.39%
R=51.08%
G=9.52%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118229100.810.230.54316.8868.5727.45
Hex76165B051173613d451b
Octal166261330121276647510533
Binary11101101011010110110101000110111110110100111101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,22,91); }

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

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

 a { background-color: rgb(118,22,91); }

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

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

 span { border-color: rgb(118,22,91); }

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