#76145D

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

Shades of Palatinate Purple #76145D

Tints of Palatinate Purple #76145D

Color information

#76145D (or 0x76145D) is unknown color: approx Palatinate Purple. HEX triplet: 76, 14 and 5D. RGB value is (118,20,93). Sum of RGB (Red+Green+Blue) = 118+20+93=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76145D is #89EBA2. Grayscale: #393939. Windows color (decimal): -9038755 or 6100086. OLE color: 6100086.

HSL color Cylindrical-coordinate representation of color #76145D: hue angle of 315.31º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76145D is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1182093-
CMYK00.830.210.54
HSL315.31º71.01%27.06%-
HSV(B)315.31º83.05%46.27%-
XYZ9.75.1410.84-
YUV57.62147.97171.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 20 (8.20% from 255) = 8.66%
BLUE value IS 93 (36.72% from 255) = 40.26%
R=51.08%
G=8.66%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118209300.830.210.54315.3171.0127.06
Hex76145D053153613b471b
Octal166241350123256647310733
Binary11101101010010111010101001110101110110100111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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