#76125A

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

Shades of Palatinate Purple #76125A

Tints of Palatinate Purple #76125A

Color information

#76125A (or 0x76125A) is unknown color: approx Palatinate Purple. HEX triplet: 76, 12 and 5A. RGB value is (118,18,90). Sum of RGB (Red+Green+Blue) = 118+18+90=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #76125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76125A is #89EDA5. Grayscale: #373737. Windows color (decimal): -9039270 or 5902966. OLE color: 5902966.

HSL color Cylindrical-coordinate representation of color #76125A: hue angle of 316.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76125A is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1181890-
CMYK00.850.240.54
HSL316.8º73.53%26.67%-
HSV(B)316.8º84.75%46.27%-
XYZ9.535.0210.14-
YUV56.11147.13172.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 18 (7.42% from 255) = 7.96%
BLUE value IS 90 (35.55% from 255) = 39.82%
R=52.21%
G=7.96%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118189000.850.240.54316.873.5326.67
Hex76125A055183613d4a1b
Octal166221320125306647511233
Binary11101101001010110100101010111000110110100111101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,18,90); }

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

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

 a { background-color: rgb(118,18,90); }

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

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

 span { border-color: rgb(118,18,90); }

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