#770492

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

Shades of Purple #770492

Tints of Purple #770492

Color information

#770492 (or 0x770492) is unknown color: approx Purple. HEX triplet: 77, 04 and 92. RGB value is (119,4,146). Sum of RGB (Red+Green+Blue) = 119+4+146=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #770492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770492 is #88FB6D. Grayscale: #363636. Windows color (decimal): -8977262 or 9569399. OLE color: 9569399.

HSL color Cylindrical-coordinate representation of color #770492: hue angle of 288.59º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770492 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1194146-
CMYK0.180.9700.43
HSL288.59º94.67%29.41%-
HSV(B)288.59º97.26%57.25%-
XYZ12.846.0827.69-
YUV54.57179.6173.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 4 (1.95% from 255) = 1.49%
BLUE value IS 146 (57.42% from 255) = 54.28%
R=44.24%
G=1.49%
B=54.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11941460.180.9700.43288.5994.6729.41
Hex77492126102B1215f1d
Octal16742222214105344113735
Binary1110111100100100101001011000010101011100100001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770492; }

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

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

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

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

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

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

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

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