#804784

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

Shades of Vivid Violet #804784

Tints of Vivid Violet #804784

Color information

#804784 (or 0x804784) is unknown color: approx Vivid Violet. HEX triplet: 80, 47 and 84. RGB value is (128,71,132). Sum of RGB (Red+Green+Blue) = 128+71+132=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #804784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804784 is #7FB87B. Grayscale: #5E5E5E. Windows color (decimal): -8370300 or 8669056. OLE color: 8669056.

HSL color Cylindrical-coordinate representation of color #804784: hue angle of 296.07º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #804784 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12871132-
CMYK0.030.4600.48
HSL296.07º30.05%39.8%-
HSV(B)296.07º46.21%51.76%-
XYZ15.3210.7623.1-
YUV95148.88151.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=38.67%
G=21.45%
B=39.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128711320.030.4600.48296.0730.0539.8
Hex80478432E0301281e28
Octal2001072043560604503650
Binary1000000010001111000010011101110011000010010100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804784; }

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

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

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

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

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

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

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

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