#79379A

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

Shades of Vivid Violet #79379A

Tints of Vivid Violet #79379A

Color information

#79379A (or 0x79379A) is unknown color: approx Vivid Violet. HEX triplet: 79, 37 and 9A. RGB value is (121,55,154). Sum of RGB (Red+Green+Blue) = 121+55+154=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #79379A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79379A is #86C865. Grayscale: #555555. Windows color (decimal): -8833126 or 10106745. OLE color: 10106745.

HSL color Cylindrical-coordinate representation of color #79379A: hue angle of 280º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #79379A is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12155154-
CMYK0.210.6400.40
HSL280º47.37%40.98%-
HSV(B)280º64.29%60.39%-
XYZ15.089.1331.54-
YUV86.02166.37152.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.67%
GREEN value IS 55 (21.88% from 255) = 16.67%
BLUE value IS 154 (60.55% from 255) = 46.67%
R=36.67%
G=16.67%
B=46.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121551540.210.6400.4028047.3740.98
Hex79379A15400281182f29
Octal17167232251000504305751
Binary1111001110111100110101010110000000101000100011000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79379A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79379A; }

 p { color: rgb(121,55,154); }

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

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

 a { background-color: rgb(121,55,154); }

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

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

 span { border-color: rgb(121,55,154); }

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