#76085D

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

Shades of Palatinate Purple #76085D

Tints of Palatinate Purple #76085D

Color information

#76085D (or 0x76085D) is unknown color: approx Palatinate Purple. HEX triplet: 76, 08 and 5D. RGB value is (118,8,93). Sum of RGB (Red+Green+Blue) = 118+8+93=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76085D is #89F7A2. Grayscale: #323232. Windows color (decimal): -9041827 or 6097014. OLE color: 6097014.

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

Color convert

RGB118893-
CMYK00.930.210.54
HSL313.64º87.3%24.71%-
HSV(B)313.64º93.22%46.27%-
XYZ9.534.8210.78-
YUV50.58151.94176.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 8 (3.52% from 255) = 3.65%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=53.88%
G=3.65%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11889300.930.210.54313.6487.324.71
Hex7685D05D153613a5719
Octal166101350135256647212731
Binary1110110100010111010101110110101110110100111010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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