#792885

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

Shades of Vivid Violet #792885

Tints of Vivid Violet #792885

Color information

#792885 (or 0x792885) is unknown color: approx Vivid Violet. HEX triplet: 79, 28 and 85. RGB value is (121,40,133). Sum of RGB (Red+Green+Blue) = 121+40+133=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #792885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792885 is #86D77A. Grayscale: #4A4A4A. Windows color (decimal): -8836987 or 8726649. OLE color: 8726649.

HSL color Cylindrical-coordinate representation of color #792885: hue angle of 292.26º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #792885 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12140133-
CMYK0.090.7000.48
HSL292.26º53.76%33.92%-
HSV(B)292.26º69.92%52.16%-
XYZ12.887.2822.92-
YUV74.82160.84160.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.16%
GREEN value IS 40 (16.02% from 255) = 13.61%
BLUE value IS 133 (52.34% from 255) = 45.24%
R=41.16%
G=13.61%
B=45.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121401330.090.7000.48292.2653.7633.92
Hex7928859460301243622
Octal17150205111060604446642
Binary111100110100010000101100110001100110000100100100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792885; }

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

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

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

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

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

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

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

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