#79308A

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

Shades of Vivid Violet #79308A

Tints of Vivid Violet #79308A

Color information

#79308A (or 0x79308A) is unknown color: approx Vivid Violet. HEX triplet: 79, 30 and 8A. RGB value is (121,48,138). Sum of RGB (Red+Green+Blue) = 121+48+138=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #79308A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79308A is #86CF75. Grayscale: #4F4F4F. Windows color (decimal): -8834934 or 9056377. OLE color: 9056377.

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

Color convert

RGB12148138-
CMYK0.120.6500.46
HSL288.67º48.39%36.47%-
HSV(B)288.67º65.22%54.12%-
XYZ13.538.0124.88-
YUV80.09160.68157.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.41%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=39.41%
G=15.64%
B=44.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121481380.120.6500.46288.6748.3936.47
Hex79308AC4102E1213024
Octal17160212141010564416044
Binary111100111000010001010110010000010101110100100001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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