#770E5A

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

Shades of Palatinate Purple #770E5A

Tints of Palatinate Purple #770E5A

Color information

#770E5A (or 0x770E5A) is unknown color: approx Palatinate Purple. HEX triplet: 77, 0E and 5A. RGB value is (119,14,90). Sum of RGB (Red+Green+Blue) = 119+14+90=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #770E5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E5A is #88F1A5. Grayscale: #353535. Windows color (decimal): -8974758 or 5901943. OLE color: 5901943.

HSL color Cylindrical-coordinate representation of color #770E5A: hue angle of 316.57º 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 #770E5A is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1191490-
CMYK00.880.240.53
HSL316.57º78.95%26.08%-
HSV(B)316.57º88.24%46.67%-
XYZ9.614.9710.13-
YUV54.06148.29174.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 14 (5.86% from 255) = 6.28%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=53.36%
G=6.28%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119149000.880.240.53316.5778.9526.08
Hex77E5A058183513d4f1a
Octal167161320130306547511732
Binary1110111111010110100101100011000110101100111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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