#770162

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

Shades of Purple #770162

Tints of Purple #770162

Color information

#770162 (or 0x770162) is unknown color: approx Purple. HEX triplet: 77, 01 and 62. RGB value is (119,1,98). Sum of RGB (Red+Green+Blue) = 119+1+98=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #770162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770162 is #88FE9D. Grayscale: #2F2F2F. Windows color (decimal): -8978078 or 6422903. OLE color: 6422903.

HSL color Cylindrical-coordinate representation of color #770162: hue angle of 310.68º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770162 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB119198-
CMYK00.990.180.53
HSL310.68º98.33%23.53%-
HSV(B)310.68º99.16%46.67%-
XYZ9.824.8311.97-
YUV47.34156.59179.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=54.59%
G=0.46%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11919800.990.180.53310.6898.3323.53
Hex7716206312351376218
Octal16711420143226546714230
Binary1110111111000100110001110010110101100110111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770162; }

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

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

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

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

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

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

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

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