#770D60

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

Shades of Palatinate Purple #770D60

Tints of Palatinate Purple #770D60

Color information

#770D60 (or 0x770D60) is unknown color: approx Palatinate Purple. HEX triplet: 77, 0D and 60. RGB value is (119,13,96). Sum of RGB (Red+Green+Blue) = 119+13+96=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #770D60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770D60 is #88F29F. Grayscale: #353535. Windows color (decimal): -8975008 or 6294903. OLE color: 6294903.

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

Color convert

RGB1191396-
CMYK00.890.190.53
HSL313.02º80.3%25.88%-
HSV(B)313.02º89.08%46.67%-
XYZ9.865.0511.52-
YUV54.16151.62174.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.19%
GREEN value IS 13 (5.47% from 255) = 5.70%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=52.19%
G=5.70%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119139600.890.190.53313.0280.325.88
Hex77D600591335139501a
Octal167151400131236547112032
Binary1110111110111000000101100110011110101100111001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,13,96); }

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

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

 a { background-color: rgb(119,13,96); }

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

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

 span { border-color: rgb(119,13,96); }

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