#772489

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

Shades of Vivid Violet #772489

Tints of Vivid Violet #772489

Color information

#772489 (or 0x772489) is unknown color: approx Vivid Violet. HEX triplet: 77, 24 and 89. RGB value is (119,36,137). Sum of RGB (Red+Green+Blue) = 119+36+137=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #772489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772489 is #88DB76. Grayscale: #484848. Windows color (decimal): -8969079 or 8987767. OLE color: 8987767.

HSL color Cylindrical-coordinate representation of color #772489: hue angle of 289.31º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772489 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11936137-
CMYK0.130.7400.46
HSL289.31º58.38%33.92%-
HSV(B)289.31º73.72%53.73%-
XYZ12.756.9924.34-
YUV72.33164.5161.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 36 (14.45% from 255) = 12.33%
BLUE value IS 137 (53.91% from 255) = 46.92%
R=40.75%
G=12.33%
B=46.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119361370.130.7400.46289.3158.3833.92
Hex772489D4A02E1213a22
Octal16744211151120564417242
Binary111011110010010001001110110010100101110100100001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772489; }

 p { color: rgb(119,36,137); }

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

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

 a { background-color: rgb(119,36,137); }

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

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

 span { border-color: rgb(119,36,137); }

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