#802FA5

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

Shades of Vivid Violet #802FA5

Tints of Vivid Violet #802FA5

Color information

#802FA5 (or 0x802FA5) is unknown color: approx Vivid Violet. HEX triplet: 80, 2F and A5. RGB value is (128,47,165). Sum of RGB (Red+Green+Blue) = 128+47+165=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 165 (64.84% from 255 or 48.53% from 340); Max value from RGB is 165 - color contains mainly: blue. Hex color #802FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802FA5 is #7FD05A. Grayscale: #545454. Windows color (decimal): -8376411 or 10825600. OLE color: 10825600.

HSL color Cylindrical-coordinate representation of color #802FA5: hue angle of 281.19º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802FA5 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12847165-
CMYK0.220.7200.35
HSL281.19º55.66%41.57%-
HSV(B)281.19º71.52%64.71%-
XYZ16.719.3436.52-
YUV84.67173.34158.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 47 (18.75% from 255) = 13.82%
BLUE value IS 165 (64.84% from 255) = 48.53%
R=37.65%
G=13.82%
B=48.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128471650.220.7200.35281.1955.6641.57
Hex802FA51648023119382a
Octal20057245261100434317052
Binary10000000101111101001011011010010000100011100011001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802FA5; }

 p { color: rgb(128,47,165); }

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

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

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

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

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

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

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