#792290

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

Shades of Vivid Violet #792290

Tints of Vivid Violet #792290

Color information

#792290 (or 0x792290) is unknown color: approx Vivid Violet. HEX triplet: 79, 22 and 90. RGB value is (121,34,144). Sum of RGB (Red+Green+Blue) = 121+34+144=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #792290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792290 is #86DD6F. Grayscale: #484848. Windows color (decimal): -8838512 or 9446009. OLE color: 9446009.

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

Color convert

RGB12134144-
CMYK0.160.7600.44
HSL287.45º61.8%34.9%-
HSV(B)287.45º76.39%56.47%-
XYZ13.497.2227.07-
YUV72.55168.32162.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.47%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 144 (56.64% from 255) = 48.16%
R=40.47%
G=11.37%
B=48.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121341440.160.7600.44287.4561.834.9
Hex792290104C02C11f3e23
Octal17142220201140544377643
Binary1111001100010100100001000010011000101100100011111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792290; }

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

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

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

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

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

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

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

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