#770463

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

Shades of Purple #770463

Tints of Purple #770463

Color information

#770463 (or 0x770463) is unknown color: approx Purple. HEX triplet: 77, 04 and 63. RGB value is (119,4,99). Sum of RGB (Red+Green+Blue) = 119+4+99=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #770463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770463 is #88FB9C. Grayscale: #303030. Windows color (decimal): -8977309 or 6489207. OLE color: 6489207.

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

Color convert

RGB119499-
CMYK00.970.170.53
HSL310.43º93.5%24.12%-
HSV(B)310.43º96.64%46.67%-
XYZ9.94.9112.23-
YUV49.22156.1177.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.60%
GREEN value IS 4 (1.95% from 255) = 1.80%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=53.60%
G=1.80%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11949900.970.170.53310.4393.524.12
Hex7746306111351365d18
Octal16741430141216546613530
Binary111011110011000110110000110001110101100110110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770463; }

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

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

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

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

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

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

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

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