#772292

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

Shades of Vivid Violet #772292

Tints of Vivid Violet #772292

Color information

#772292 (or 0x772292) is unknown color: approx Vivid Violet. HEX triplet: 77, 22 and 92. RGB value is (119,34,146). Sum of RGB (Red+Green+Blue) = 119+34+146=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #772292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772292 is #88DD6D. Grayscale: #474747. Windows color (decimal): -8969582 or 9577079. OLE color: 9577079.

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

Color convert

RGB11934146-
CMYK0.180.7700.43
HSL285.54º62.22%35.29%-
HSV(B)285.54º76.71%57.25%-
XYZ13.377.1427.87-
YUV72.18169.66161.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.80%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 146 (57.42% from 255) = 48.83%
R=39.80%
G=11.37%
B=48.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119341460.180.7700.43285.5462.2235.29
Hex772292124D02B11e3e23
Octal16742222221150534367643
Binary1110111100010100100101001010011010101011100011110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772292; }

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

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

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

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

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

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

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

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