#772394

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

Shades of Vivid Violet #772394

Tints of Vivid Violet #772394

Color information

#772394 (or 0x772394) is unknown color: approx Vivid Violet. HEX triplet: 77, 23 and 94. RGB value is (119,35,148). Sum of RGB (Red+Green+Blue) = 119+35+148=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #772394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772394 is #88DC6B. Grayscale: #484848. Windows color (decimal): -8969324 or 9708407. OLE color: 9708407.

HSL color Cylindrical-coordinate representation of color #772394: hue angle of 284.6º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772394 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11935148-
CMYK0.200.7600.42
HSL284.6º61.75%35.88%-
HSV(B)284.6º76.35%58.04%-
XYZ13.557.2628.7-
YUV73170.33160.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.40%
GREEN value IS 35 (14.06% from 255) = 11.59%
BLUE value IS 148 (58.20% from 255) = 49.01%
R=39.40%
G=11.59%
B=49.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119351480.200.7600.42284.661.7535.88
Hex772394144C02A11d3e24
Octal16743224241140524357644
Binary1110111100011100101001010010011000101010100011101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772394; }

 p { color: rgb(119,35,148); }

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

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

 a { background-color: rgb(119,35,148); }

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

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

 span { border-color: rgb(119,35,148); }

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