#772A93

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

Shades of Vivid Violet #772A93

Tints of Vivid Violet #772A93

Color information

#772A93 (or 0x772A93) is unknown color: approx Vivid Violet. HEX triplet: 77, 2A and 93. RGB value is (119,42,147). Sum of RGB (Red+Green+Blue) = 119+42+147=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #772A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772A93 is #88D56C. Grayscale: #4C4C4C. Windows color (decimal): -8967533 or 9644663. OLE color: 9644663.

HSL color Cylindrical-coordinate representation of color #772A93: hue angle of 284º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772A93 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11942147-
CMYK0.190.7100.42
HSL284º55.56%37.06%-
HSV(B)284º71.43%57.65%-
XYZ13.77.6828.36-
YUV76.99167.51157.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 42 (16.80% from 255) = 13.64%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=38.64%
G=13.64%
B=47.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119421470.190.7100.4228455.5637.06
Hex772A93134702A11c3825
Octal16752223231070524347045
Binary1110111101010100100111001110001110101010100011100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772A93; }

 p { color: rgb(119,42,147); }

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

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

 a { background-color: rgb(119,42,147); }

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

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

 span { border-color: rgb(119,42,147); }

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