#76125B

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

Shades of Palatinate Purple #76125B

Tints of Palatinate Purple #76125B

Color information

#76125B (or 0x76125B) is unknown color: approx Palatinate Purple. HEX triplet: 76, 12 and 5B. RGB value is (118,18,91). Sum of RGB (Red+Green+Blue) = 118+18+91=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76125B is #89EDA4. Grayscale: #383838. Windows color (decimal): -9039269 or 5968502. OLE color: 5968502.

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

Color convert

RGB1181891-
CMYK00.850.230.54
HSL316.2º73.53%26.67%-
HSV(B)316.2º84.75%46.27%-
XYZ9.585.0410.37-
YUV56.22147.63172.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=51.98%
G=7.93%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118189100.850.230.54316.273.5326.67
Hex76125B055173613c4a1b
Octal166221330125276647411233
Binary11101101001010110110101010110111110110100111100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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