#76236B

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

Shades of Palatinate Purple #76236B

Tints of Palatinate Purple #76236B

Color information

#76236B (or 0x76236B) is unknown color: approx Palatinate Purple. HEX triplet: 76, 23 and 6B. RGB value is (118,35,107). Sum of RGB (Red+Green+Blue) = 118+35+107=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76236B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76236B is #89DC94. Grayscale: #434343. Windows color (decimal): -9034901 or 7021430. OLE color: 7021430.

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

Color convert

RGB11835107-
CMYK00.700.090.54
HSL307.95º54.25%30%-
HSV(B)307.95º70.34%46.27%-
XYZ10.736.1214.52-
YUV68.03150163.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 35 (14.06% from 255) = 13.46%
BLUE value IS 107 (42.19% from 255) = 41.15%
R=45.38%
G=13.46%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183510700.700.090.54307.9554.2530
Hex76236B046936134361e
Octal16643153010611664646636
Binary1110110100011110101101000110100111011010011010011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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