#79428B

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

Shades of Vivid Violet #79428B

Tints of Vivid Violet #79428B

Color information

#79428B (or 0x79428B) is unknown color: approx Vivid Violet. HEX triplet: 79, 42 and 8B. RGB value is (121,66,139). Sum of RGB (Red+Green+Blue) = 121+66+139=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #79428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79428B is #86BD74. Grayscale: #5A5A5A. Windows color (decimal): -8830325 or 9126521. OLE color: 9126521.

HSL color Cylindrical-coordinate representation of color #79428B: hue angle of 285.21º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79428B is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12166139-
CMYK0.130.5300.45
HSL285.21º35.61%40.2%-
HSV(B)285.21º52.52%54.51%-
XYZ14.499.8325.56-
YUV90.77155.22149.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.12%
GREEN value IS 66 (26.17% from 255) = 20.25%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=37.12%
G=20.25%
B=42.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121661390.130.5300.45285.2135.6140.2
Hex79428BD3502D11d2428
Octal17110221315650554354450
Binary111100110000101000101111011101010101101100011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79428B; }

 p { color: rgb(121,66,139); }

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

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

 a { background-color: rgb(121,66,139); }

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

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

 span { border-color: rgb(121,66,139); }

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