#773493

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

Shades of Vivid Violet #773493

Tints of Vivid Violet #773493

Color information

#773493 (or 0x773493) is unknown color: approx Vivid Violet. HEX triplet: 77, 34 and 93. RGB value is (119,52,147). Sum of RGB (Red+Green+Blue) = 119+52+147=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #773493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773493 is #88CB6C. Grayscale: #525252. Windows color (decimal): -8964973 or 9647223. OLE color: 9647223.

HSL color Cylindrical-coordinate representation of color #773493: hue angle of 282.32º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #773493 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11952147-
CMYK0.190.6500.42
HSL282.32º47.74%39.02%-
HSV(B)282.32º64.63%57.65%-
XYZ14.18.4828.5-
YUV82.86164.2153.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 52 (20.70% from 255) = 16.35%
BLUE value IS 147 (57.81% from 255) = 46.23%
R=37.42%
G=16.35%
B=46.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119521470.190.6500.42282.3247.7439.02
Hex773493134102A11a3027
Octal16764223231010524326047
Binary1110111110100100100111001110000010101010100011010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773493; }

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

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

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

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

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

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

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

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