#76095F

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

Shades of Palatinate Purple #76095F

Tints of Palatinate Purple #76095F

Color information

#76095F (or 0x76095F) is unknown color: approx Palatinate Purple. HEX triplet: 76, 09 and 5F. RGB value is (118,9,95). Sum of RGB (Red+Green+Blue) = 118+9+95=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #76095F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76095F is #89F6A0. Grayscale: #333333. Windows color (decimal): -9041569 or 6228342. OLE color: 6228342.

HSL color Cylindrical-coordinate representation of color #76095F: hue angle of 312.66º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76095F is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB118995-
CMYK00.920.190.54
HSL312.66º85.83%24.9%-
HSV(B)312.66º92.37%46.27%-
XYZ9.634.8711.26-
YUV51.4152.61175.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.15%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=53.15%
G=4.05%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11899500.920.190.54312.6685.8324.9
Hex7695F05C13361395619
Octal166111370134236647112631
Binary1110110100110111110101110010011110110100111001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76095F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76095F; }

 p { color: rgb(118,9,95); }

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

<style>
 a { background-color: #76095F; }

 a { background-color: rgb(118,9,95); }

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

<style>
 span { border-color: #76095F; }

 span { border-color: rgb(118,9,95); }

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