#770262

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

Shades of Purple #770262

Tints of Purple #770262

Color information

#770262 (or 0x770262) is unknown color: approx Purple. HEX triplet: 77, 02 and 62. RGB value is (119,2,98). Sum of RGB (Red+Green+Blue) = 119+2+98=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #770262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770262 is #88FD9D. Grayscale: #2F2F2F. Windows color (decimal): -8977822 or 6423159. OLE color: 6423159.

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

Color convert

RGB119298-
CMYK00.980.180.53
HSL310.77º96.69%23.73%-
HSV(B)310.77º98.32%46.67%-
XYZ9.834.8511.97-
YUV47.93156.26178.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.34%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 98 (38.67% from 255) = 44.75%
R=54.34%
G=0.91%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11929800.980.180.53310.7796.6923.73
Hex7726206212351376118
Octal16721420142226546714130
Binary11101111011000100110001010010110101100110111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770262; }

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

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

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

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

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

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

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

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