#760D59

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

Shades of Palatinate Purple #760D59

Tints of Palatinate Purple #760D59

Color information

#760D59 (or 0x760D59) is unknown color: approx Palatinate Purple. HEX triplet: 76, 0D and 59. RGB value is (118,13,89). Sum of RGB (Red+Green+Blue) = 118+13+89=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #760D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D59 is #89F2A6. Grayscale: #343434. Windows color (decimal): -9040551 or 5836150. OLE color: 5836150.

HSL color Cylindrical-coordinate representation of color #760D59: hue angle of 316.57º 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 #760D59 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1181389-
CMYK00.890.250.54
HSL316.57º80.15%25.69%-
HSV(B)316.57º88.98%46.27%-
XYZ9.424.869.89-
YUV53.06148.29174.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 13 (5.47% from 255) = 5.91%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=53.64%
G=5.91%
B=40.45%

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
Decimal118138900.890.250.54316.5780.1525.69
Hex76D59059193613d501a
Octal166151310131316647512032
Binary1110110110110110010101100111001110110100111101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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