#803480

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

Shades of Vivid Violet #803480

Tints of Vivid Violet #803480

Color information

#803480 (or 0x803480) is unknown color: approx Vivid Violet. HEX triplet: 80, 34 and 80. RGB value is (128,52,128). Sum of RGB (Red+Green+Blue) = 128+52+128=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #803480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803480 is #7FCB7F. Grayscale: #535353. Windows color (decimal): -8375168 or 8402048. OLE color: 8402048.

HSL color Cylindrical-coordinate representation of color #803480: hue angle of 300º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803480 is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12852128-
CMYK00.5900.50
HSL300º42.22%35.29%-
HSV(B)300º59.38%50.2%-
XYZ14.038.621.34-
YUV83.39153.18159.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.56%
GREEN value IS 52 (20.70% from 255) = 16.88%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=41.56%
G=16.88%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285212800.5900.5030042.2235.29
Hex80348003B03212c2a23
Octal200642000730624545243
Binary100000001101001000000001110110110010100101100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803480; }

 p { color: rgb(128,52,128); }

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

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

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

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

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

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

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