#770F60

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

Shades of Palatinate Purple #770F60

Tints of Palatinate Purple #770F60

Color information

#770F60 (or 0x770F60) is unknown color: approx Palatinate Purple. HEX triplet: 77, 0F and 60. RGB value is (119,15,96). Sum of RGB (Red+Green+Blue) = 119+15+96=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #770F60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770F60 is #88F09F. Grayscale: #373737. Windows color (decimal): -8974496 or 6295415. OLE color: 6295415.

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

Color convert

RGB1191596-
CMYK00.870.190.53
HSL313.27º77.61%26.27%-
HSV(B)313.27º87.39%46.67%-
XYZ9.895.1111.53-
YUV55.33150.96173.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 15 (6.25% from 255) = 6.52%
BLUE value IS 96 (37.89% from 255) = 41.74%
R=51.74%
G=6.52%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119159600.870.190.53313.2777.6126.27
Hex77F6005713351394e1a
Octal167171400127236547111632
Binary1110111111111000000101011110011110101100111001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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