#79288B

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

Shades of Vivid Violet #79288B

Tints of Vivid Violet #79288B

Color information

#79288B (or 0x79288B) is unknown color: approx Vivid Violet. HEX triplet: 79, 28 and 8B. RGB value is (121,40,139). Sum of RGB (Red+Green+Blue) = 121+40+139=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #79288B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79288B is #86D774. Grayscale: #4B4B4B. Windows color (decimal): -8836981 or 9119865. OLE color: 9119865.

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

Color convert

RGB12140139-
CMYK0.130.7100.45
HSL289.09º55.31%35.1%-
HSV(B)289.09º71.22%54.51%-
XYZ13.37.4525.16-
YUV75.5163.84160.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.33%
GREEN value IS 40 (16.02% from 255) = 13.33%
BLUE value IS 139 (54.69% from 255) = 46.33%
R=40.33%
G=13.33%
B=46.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121401390.130.7100.45289.0955.3135.1
Hex79288BD4702D1213723
Octal17150213151070554416743
Binary111100110100010001011110110001110101101100100001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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