#76246E

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

Shades of Palatinate Purple #76246E

Tints of Palatinate Purple #76246E

Color information

#76246E (or 0x76246E) is unknown color: approx Palatinate Purple. HEX triplet: 76, 24 and 6E. RGB value is (118,36,110). Sum of RGB (Red+Green+Blue) = 118+36+110=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76246E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76246E is #89DB91. Grayscale: #444444. Windows color (decimal): -9034642 or 7218294. OLE color: 7218294.

HSL color Cylindrical-coordinate representation of color #76246E: hue angle of 305.85º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76246E is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11836110-
CMYK00.690.070.54
HSL305.85º53.25%30.2%-
HSV(B)305.85º69.49%46.27%-
XYZ10.926.2415.38-
YUV68.95151.17162.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=44.70%
G=13.64%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183611000.690.070.54305.8553.2530.2
Hex76246E045736132351e
Octal1664415601057664626536
Binary111011010010011011100100010111111011010011001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76246E; }

 p { color: rgb(118,36,110); }

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

<style>
 a { background-color: #76246E; }

 a { background-color: rgb(118,36,110); }

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

<style>
 span { border-color: #76246E; }

 span { border-color: rgb(118,36,110); }

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