#792085

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

Shades of Vivid Violet #792085

Tints of Vivid Violet #792085

Color information

#792085 (or 0x792085) is unknown color: approx Vivid Violet. HEX triplet: 79, 20 and 85. RGB value is (121,32,133). Sum of RGB (Red+Green+Blue) = 121+32+133=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #792085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792085 is #86DF7A. Grayscale: #454545. Windows color (decimal): -8839035 or 8724601. OLE color: 8724601.

HSL color Cylindrical-coordinate representation of color #792085: hue angle of 292.87º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #792085 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12132133-
CMYK0.090.7600.48
HSL292.87º61.21%32.35%-
HSV(B)292.87º75.94%52.16%-
XYZ12.646.7922.84-
YUV70.12163.49164.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.31%
GREEN value IS 32 (12.89% from 255) = 11.19%
BLUE value IS 133 (52.34% from 255) = 46.50%
R=42.31%
G=11.19%
B=46.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121321330.090.7600.48292.8761.2132.35
Hex79208594C0301253d20
Octal17140205111140604457540
Binary111100110000010000101100110011000110000100100101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792085; }

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

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

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

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

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

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

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

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