#76125D

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

Shades of Palatinate Purple #76125D

Tints of Palatinate Purple #76125D

Color information

#76125D (or 0x76125D) is unknown color: approx Palatinate Purple. HEX triplet: 76, 12 and 5D. RGB value is (118,18,93). Sum of RGB (Red+Green+Blue) = 118+18+93=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76125D is #89EDA2. Grayscale: #383838. Windows color (decimal): -9039267 or 6099574. OLE color: 6099574.

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

Color convert

RGB1181893-
CMYK00.850.210.54
HSL315º73.53%26.67%-
HSV(B)315º84.75%46.27%-
XYZ9.665.0710.83-
YUV56.45148.63171.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 18 (7.42% from 255) = 7.86%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=51.53%
G=7.86%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118189300.850.210.5431573.5326.67
Hex76125D055153613b4a1b
Octal166221350125256647311233
Binary11101101001010111010101010110101110110100111011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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