#770E59

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

Shades of Palatinate Purple #770E59

Tints of Palatinate Purple #770E59

Color information

#770E59 (or 0x770E59) is unknown color: approx Palatinate Purple. HEX triplet: 77, 0E and 59. RGB value is (119,14,89). Sum of RGB (Red+Green+Blue) = 119+14+89=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #770E59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E59 is #88F1A6. Grayscale: #353535. Windows color (decimal): -8974759 or 5836407. OLE color: 5836407.

HSL color Cylindrical-coordinate representation of color #770E59: hue angle of 317.14º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E59 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1191489-
CMYK00.880.250.53
HSL317.14º78.95%26.08%-
HSV(B)317.14º88.24%46.67%-
XYZ9.574.969.9-
YUV53.94147.79174.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.60%
GREEN value IS 14 (5.86% from 255) = 6.31%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=53.60%
G=6.31%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119148900.880.250.53317.1478.9526.08
Hex77E59058193513d4f1a
Octal167161310130316547511732
Binary1110111111010110010101100011001110101100111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770E59; }

 p { color: rgb(119,14,89); }

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

<style>
 a { background-color: #770E59; }

 a { background-color: rgb(119,14,89); }

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

<style>
 span { border-color: #770E59; }

 span { border-color: rgb(119,14,89); }

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