#770962

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

Shades of Palatinate Purple #770962

Tints of Palatinate Purple #770962

Color information

#770962 (or 0x770962) is unknown color: approx Palatinate Purple. HEX triplet: 77, 09 and 62. RGB value is (119,9,98). Sum of RGB (Red+Green+Blue) = 119+9+98=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #770962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770962 is #88F69D. Grayscale: #333333. Windows color (decimal): -8976030 or 6424951. OLE color: 6424951.

HSL color Cylindrical-coordinate representation of color #770962: hue angle of 311.45º degrees, saturation: 0.86, 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 #770962 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB119998-
CMYK00.920.180.53
HSL311.45º85.94%25.1%-
HSV(B)311.45º92.44%46.67%-
XYZ9.91512-
YUV52.04153.94175.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 9 (3.91% from 255) = 3.98%
BLUE value IS 98 (38.67% from 255) = 43.36%
R=52.65%
G=3.98%
B=43.36%

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
Decimal11999800.920.180.53311.4585.9425.1
Hex7796205C12351375619
Octal167111420134226546712631
Binary1110111100111000100101110010010110101100110111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770962; }

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

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

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

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

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

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

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

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