#76236A

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

Shades of Palatinate Purple #76236A

Tints of Palatinate Purple #76236A

Color information

#76236A (or 0x76236A) is unknown color: approx Palatinate Purple. HEX triplet: 76, 23 and 6A. RGB value is (118,35,106). Sum of RGB (Red+Green+Blue) = 118+35+106=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76236A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76236A is #89DC95. Grayscale: #434343. Windows color (decimal): -9034902 or 6955894. OLE color: 6955894.

HSL color Cylindrical-coordinate representation of color #76236A: hue angle of 308.67º 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 #76236A is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11835106-
CMYK00.700.100.54
HSL308.67º54.25%30%-
HSV(B)308.67º70.34%46.27%-
XYZ10.676.0914.25-
YUV67.91149.5163.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=45.56%
G=13.51%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183510600.700.100.54308.6754.2530
Hex76236A046A36135361e
Octal16643152010612664656636
Binary1110110100011110101001000110101011011010011010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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