#76246B

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

Shades of Palatinate Purple #76246B

Tints of Palatinate Purple #76246B

Color information

#76246B (or 0x76246B) is unknown color: approx Palatinate Purple. HEX triplet: 76, 24 and 6B. RGB value is (118,36,107). Sum of RGB (Red+Green+Blue) = 118+36+107=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76246B is #89DB94. Grayscale: #444444. Windows color (decimal): -9034645 or 7021686. OLE color: 7021686.

HSL color Cylindrical-coordinate representation of color #76246B: hue angle of 308.05º 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 #76246B is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11836107-
CMYK00.690.090.54
HSL308.05º53.25%30.2%-
HSV(B)308.05º69.49%46.27%-
XYZ10.766.1714.53-
YUV68.61149.67163.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 107 (42.19% from 255) = 41.00%
R=45.21%
G=13.79%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183610700.690.090.54308.0553.2530.2
Hex76246B045936134351e
Octal16644153010511664646536
Binary1110110100100110101101000101100111011010011010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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