#770263

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

Shades of Purple #770263

Tints of Purple #770263

Color information

#770263 (or 0x770263) is unknown color: approx Purple. HEX triplet: 77, 02 and 63. RGB value is (119,2,99). Sum of RGB (Red+Green+Blue) = 119+2+99=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #770263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770263 is #88FD9C. Grayscale: #2F2F2F. Windows color (decimal): -8977821 or 6488695. OLE color: 6488695.

HSL color Cylindrical-coordinate representation of color #770263: hue angle of 310.26º 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 #770263 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB119299-
CMYK00.980.170.53
HSL310.26º96.69%23.73%-
HSV(B)310.26º98.32%46.67%-
XYZ9.884.8712.22-
YUV48.04156.76178.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.09%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 99 (39.06% from 255) = 45%
R=54.09%
G=0.91%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11929900.980.170.53310.2696.6923.73
Hex7726306211351366118
Octal16721430142216546614130
Binary11101111011000110110001010001110101100110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770263; }

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

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

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

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

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

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

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

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