#760D58

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

Shades of Palatinate Purple #760D58

Tints of Palatinate Purple #760D58

Color information

#760D58 (or 0x760D58) is unknown color: approx Palatinate Purple. HEX triplet: 76, 0D and 58. RGB value is (118,13,88). Sum of RGB (Red+Green+Blue) = 118+13+88=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #760D58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D58 is #89F2A7. Grayscale: #343434. Windows color (decimal): -9040552 or 5770614. OLE color: 5770614.

HSL color Cylindrical-coordinate representation of color #760D58: hue angle of 317.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D58 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1181388-
CMYK00.890.250.54
HSL317.14º80.15%25.69%-
HSV(B)317.14º88.98%46.27%-
XYZ9.384.849.67-
YUV52.94147.79174.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 13 (5.47% from 255) = 5.94%
BLUE value IS 88 (34.77% from 255) = 40.18%
R=53.88%
G=5.94%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118138800.890.250.54317.1480.1525.69
Hex76D58059193613d501a
Octal166151300131316647512032
Binary1110110110110110000101100111001110110100111101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760D58; }

 p { color: rgb(118,13,88); }

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

<style>
 a { background-color: #760D58; }

 a { background-color: rgb(118,13,88); }

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

<style>
 span { border-color: #760D58; }

 span { border-color: rgb(118,13,88); }

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