#770A62

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

Shades of Palatinate Purple #770A62

Tints of Palatinate Purple #770A62

Color information

#770A62 (or 0x770A62) is unknown color: approx Palatinate Purple. HEX triplet: 77, 0A and 62. RGB value is (119,10,98). Sum of RGB (Red+Green+Blue) = 119+10+98=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #770A62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770A62 is #88F59D. Grayscale: #343434. Windows color (decimal): -8975774 or 6425207. OLE color: 6425207.

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

Color convert

RGB1191098-
CMYK00.920.180.53
HSL311.56º84.5%25.29%-
HSV(B)311.56º91.6%46.67%-
XYZ9.925.0212-
YUV52.62153.61175.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 10 (4.30% from 255) = 4.41%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=52.42%
G=4.41%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119109800.920.180.53311.5684.525.29
Hex77A6205C12351385419
Octal167121420134226547012431
Binary1110111101011000100101110010010110101100111000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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