#76366B

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

Shades of Palatinate Purple #76366B

Tints of Palatinate Purple #76366B

Color information

#76366B (or 0x76366B) is unknown color: approx Palatinate Purple. HEX triplet: 76, 36 and 6B. RGB value is (118,54,107). Sum of RGB (Red+Green+Blue) = 118+54+107=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76366B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76366B is #89C994. Grayscale: #4F4F4F. Windows color (decimal): -9030037 or 7026294. OLE color: 7026294.

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

Color convert

RGB11854107-
CMYK00.540.090.54
HSL310.31º37.21%33.73%-
HSV(B)310.31º54.24%46.27%-
XYZ11.447.5514.76-
YUV79.18143.7155.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=42.29%
G=19.35%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185410700.540.090.54310.3137.2133.73
Hex76366B0369361362522
Octal1666615306611664664542
Binary1110110110110110101101101101001110110100110110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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