#793284

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

Shades of Vivid Violet #793284

Tints of Vivid Violet #793284

Color information

#793284 (or 0x793284) is unknown color: approx Vivid Violet. HEX triplet: 79, 32 and 84. RGB value is (121,50,132). Sum of RGB (Red+Green+Blue) = 121+50+132=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #793284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793284 is #86CD7B. Grayscale: #505050. Windows color (decimal): -8834428 or 8663673. OLE color: 8663673.

HSL color Cylindrical-coordinate representation of color #793284: hue angle of 291.95º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #793284 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12150132-
CMYK0.080.6200.48
HSL291.95º45.05%35.69%-
HSV(B)291.95º62.12%51.76%-
XYZ13.198.0122.68-
YUV80.58157.02156.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.93%
GREEN value IS 50 (19.92% from 255) = 16.50%
BLUE value IS 132 (51.95% from 255) = 43.56%
R=39.93%
G=16.50%
B=43.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121501320.080.6200.48291.9545.0535.69
Hex79328483E0301242d24
Octal1716220410760604445544
Binary11110011100101000010010001111100110000100100100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793284; }

 p { color: rgb(121,50,132); }

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

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

 a { background-color: rgb(121,50,132); }

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

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

 span { border-color: rgb(121,50,132); }

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