#772088

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

Shades of Vivid Violet #772088

Tints of Vivid Violet #772088

Color information

#772088 (or 0x772088) is unknown color: approx Vivid Violet. HEX triplet: 77, 20 and 88. RGB value is (119,32,136). Sum of RGB (Red+Green+Blue) = 119+32+136=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #772088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772088 is #88DF77. Grayscale: #454545. Windows color (decimal): -8970104 or 8921207. OLE color: 8921207.

HSL color Cylindrical-coordinate representation of color #772088: hue angle of 290.19º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772088 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11932136-
CMYK0.120.7600.47
HSL290.19º61.9%32.94%-
HSV(B)290.19º76.47%53.33%-
XYZ12.576.7323.93-
YUV69.87165.32163.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 32 (12.89% from 255) = 11.15%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=41.46%
G=11.15%
B=47.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119321360.120.7600.47290.1961.932.94
Hex772088C4C02F1223e21
Octal16740210141140574427641
Binary111011110000010001000110010011000101111100100010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772088; }

 p { color: rgb(119,32,136); }

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

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

 a { background-color: rgb(119,32,136); }

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

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

 span { border-color: rgb(119,32,136); }

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