#792592

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

Shades of Vivid Violet #792592

Tints of Vivid Violet #792592

Color information

#792592 (or 0x792592) is unknown color: approx Vivid Violet. HEX triplet: 79, 25 and 92. RGB value is (121,37,146). Sum of RGB (Red+Green+Blue) = 121+37+146=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #792592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792592 is #86DA6D. Grayscale: #4A4A4A. Windows color (decimal): -8837742 or 9577849. OLE color: 9577849.

HSL color Cylindrical-coordinate representation of color #792592: hue angle of 286.24º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #792592 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12137146-
CMYK0.170.7500.43
HSL286.24º59.56%35.88%-
HSV(B)286.24º74.66%57.25%-
XYZ13.747.4627.91-
YUV74.54168.33161.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.80%
GREEN value IS 37 (14.84% from 255) = 12.17%
BLUE value IS 146 (57.42% from 255) = 48.03%
R=39.80%
G=12.17%
B=48.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121371460.170.7500.43286.2459.5635.88
Hex792592114B02B11e3c24
Octal17145222211130534367444
Binary1111001100101100100101000110010110101011100011110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792592; }

 p { color: rgb(121,37,146); }

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

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

 a { background-color: rgb(121,37,146); }

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

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

 span { border-color: rgb(121,37,146); }

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