#792CA2

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

Shades of Vivid Violet #792CA2

Tints of Vivid Violet #792CA2

Color information

#792CA2 (or 0x792CA2) is unknown color: approx Vivid Violet. HEX triplet: 79, 2C and A2. RGB value is (121,44,162). Sum of RGB (Red+Green+Blue) = 121+44+162=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 162 (63.67% from 255 or 49.54% from 327); Max value from RGB is 162 - color contains mainly: blue. Hex color #792CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792CA2 is #86D35D. Grayscale: #505050. Windows color (decimal): -8835934 or 10628217. OLE color: 10628217.

HSL color Cylindrical-coordinate representation of color #792CA2: hue angle of 279.15º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #792CA2 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12144162-
CMYK0.250.7300.36
HSL279.15º57.28%40.39%-
HSV(B)279.15º72.84%63.53%-
XYZ15.318.4735.01-
YUV80.48174.01156.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.00%
GREEN value IS 44 (17.58% from 255) = 13.46%
BLUE value IS 162 (63.67% from 255) = 49.54%
R=37.00%
G=13.46%
B=49.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121441620.250.7300.36279.1557.2840.39
Hex792CA219490241173928
Octal17154242311110444277150
Binary1111001101100101000101100110010010100100100010111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792CA2; }

 p { color: rgb(121,44,162); }

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

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

 a { background-color: rgb(121,44,162); }

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

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

 span { border-color: rgb(121,44,162); }

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