#792090

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

Shades of Vivid Violet #792090

Tints of Vivid Violet #792090

Color information

#792090 (or 0x792090) is unknown color: approx Vivid Violet. HEX triplet: 79, 20 and 90. RGB value is (121,32,144). Sum of RGB (Red+Green+Blue) = 121+32+144=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #792090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792090 is #86DF6F. Grayscale: #474747. Windows color (decimal): -8839024 or 9445497. OLE color: 9445497.

HSL color Cylindrical-coordinate representation of color #792090: hue angle of 287.68º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #792090 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12132144-
CMYK0.160.7800.44
HSL287.68º63.64%34.51%-
HSV(B)287.68º77.78%56.47%-
XYZ13.447.1127.05-
YUV71.38168.99163.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.74%
GREEN value IS 32 (12.89% from 255) = 10.77%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=40.74%
G=10.77%
B=48.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121321440.160.7800.44287.6863.6434.51
Hex792090104E02C1204023
Octal171402202011605444010043
Binary11110011000001001000010000100111001011001001000001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792090; }

 p { color: rgb(121,32,144); }

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

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

 a { background-color: rgb(121,32,144); }

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

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

 span { border-color: rgb(121,32,144); }

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