#772892

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

Shades of Vivid Violet #772892

Tints of Vivid Violet #772892

Color information

#772892 (or 0x772892) is unknown color: approx Vivid Violet. HEX triplet: 77, 28 and 92. RGB value is (119,40,146). Sum of RGB (Red+Green+Blue) = 119+40+146=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #772892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772892 is #88D76D. Grayscale: #4B4B4B. Windows color (decimal): -8968046 or 9578615. OLE color: 9578615.

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

Color convert

RGB11940146-
CMYK0.180.7300.43
HSL284.72º56.99%36.47%-
HSV(B)284.72º72.6%57.25%-
XYZ13.557.5127.93-
YUV75.7167.67158.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 40 (16.02% from 255) = 13.11%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=39.02%
G=13.11%
B=47.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119401460.180.7300.43284.7256.9936.47
Hex772892124902B11d3924
Octal16750222221110534357144
Binary1110111101000100100101001010010010101011100011101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772892; }

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

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

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

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

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

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

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

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