#804793

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

Shades of Vivid Violet #804793

Tints of Vivid Violet #804793

Color information

#804793 (or 0x804793) is unknown color: approx Vivid Violet. HEX triplet: 80, 47 and 93. RGB value is (128,71,147). Sum of RGB (Red+Green+Blue) = 128+71+147=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #804793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804793 is #7FB86C. Grayscale: #606060. Windows color (decimal): -8370285 or 9652096. OLE color: 9652096.

HSL color Cylindrical-coordinate representation of color #804793: hue angle of 285º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #804793 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12871147-
CMYK0.130.5200.42
HSL285º34.86%42.75%-
HSV(B)285º51.7%57.65%-
XYZ16.4211.228.9-
YUV96.71156.38150.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.99%
GREEN value IS 71 (28.12% from 255) = 20.52%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=36.99%
G=20.52%
B=42.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128711470.130.5200.4228534.8642.75
Hex804793D3402A11d232b
Octal20010722315640524354353
Binary1000000010001111001001111011101000101010100011101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804793; }

 p { color: rgb(128,71,147); }

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

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

 a { background-color: rgb(128,71,147); }

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

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

 span { border-color: rgb(128,71,147); }

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