#79378F

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

Shades of Vivid Violet #79378F

Tints of Vivid Violet #79378F

Color information

#79378F (or 0x79378F) is unknown color: approx Vivid Violet. HEX triplet: 79, 37 and 8F. RGB value is (121,55,143). Sum of RGB (Red+Green+Blue) = 121+55+143=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 143 - color contains mainly: blue. Hex color #79378F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79378F is #86C870. Grayscale: #545454. Windows color (decimal): -8833137 or 9385849. OLE color: 9385849.

HSL color Cylindrical-coordinate representation of color #79378F: hue angle of 285º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #79378F is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12155143-
CMYK0.150.6200.44
HSL285º44.44%38.82%-
HSV(B)285º61.54%56.08%-
XYZ14.218.7826.93-
YUV84.77160.87153.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 55 (21.88% from 255) = 17.24%
BLUE value IS 143 (56.25% from 255) = 44.83%
R=37.93%
G=17.24%
B=44.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121551430.150.6200.4428544.4438.82
Hex79378FF3E02C11d2c27
Octal1716721717760544355447
Binary11110011101111000111111111111100101100100011101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79378F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79378F; }

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

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

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

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

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

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

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

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