#79368A

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

Shades of Vivid Violet #79368A

Tints of Vivid Violet #79368A

Color information

#79368A (or 0x79368A) is unknown color: approx Vivid Violet. HEX triplet: 79, 36 and 8A. RGB value is (121,54,138). Sum of RGB (Red+Green+Blue) = 121+54+138=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #79368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79368A is #86C975. Grayscale: #535353. Windows color (decimal): -8833398 or 9057913. OLE color: 9057913.

HSL color Cylindrical-coordinate representation of color #79368A: hue angle of 287.86º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #79368A is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12154138-
CMYK0.120.6100.46
HSL287.86º43.75%37.65%-
HSV(B)287.86º60.87%54.12%-
XYZ13.798.5424.97-
YUV83.61158.7154.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.66%
GREEN value IS 54 (21.48% from 255) = 17.25%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=38.66%
G=17.25%
B=44.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121541380.120.6100.46287.8643.7537.65
Hex79368AC3D02E1202c26
Octal1716621214750564405446
Binary11110011101101000101011001111010101110100100000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,54,138); }

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

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

 a { background-color: rgb(121,54,138); }

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

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

 span { border-color: rgb(121,54,138); }

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