#76246A

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

Shades of Palatinate Purple #76246A

Tints of Palatinate Purple #76246A

Color information

#76246A (or 0x76246A) is unknown color: approx Palatinate Purple. HEX triplet: 76, 24 and 6A. RGB value is (118,36,106). Sum of RGB (Red+Green+Blue) = 118+36+106=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76246A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76246A is #89DB95. Grayscale: #444444. Windows color (decimal): -9034646 or 6956150. OLE color: 6956150.

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

Color convert

RGB11836106-
CMYK00.690.100.54
HSL308.78º53.25%30.2%-
HSV(B)308.78º69.49%46.27%-
XYZ10.76.1514.26-
YUV68.5149.17163.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 106 (41.80% from 255) = 40.77%
R=45.38%
G=13.85%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183610600.690.100.54308.7853.2530.2
Hex76246A045A36135351e
Octal16644152010512664656536
Binary1110110100100110101001000101101011011010011010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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