#770F62

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

Shades of Palatinate Purple #770F62

Tints of Palatinate Purple #770F62

Color information

#770F62 (or 0x770F62) is unknown color: approx Palatinate Purple. HEX triplet: 77, 0F and 62. RGB value is (119,15,98). Sum of RGB (Red+Green+Blue) = 119+15+98=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #770F62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770F62 is #88F09D. Grayscale: #373737. Windows color (decimal): -8974494 or 6426487. OLE color: 6426487.

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

Color convert

RGB1191598-
CMYK00.870.180.53
HSL312.12º77.61%26.27%-
HSV(B)312.12º87.39%46.67%-
XYZ9.985.1512.02-
YUV55.56151.96173.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 98 (38.67% from 255) = 42.24%
R=51.29%
G=6.47%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119159800.870.180.53312.1277.6126.27
Hex77F6205712351384e1a
Octal167171420127226547011632
Binary1110111111111000100101011110010110101100111000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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