#802FAA

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

Shades of Vivid Violet #802FAA

Tints of Vivid Violet #802FAA

Color information

#802FAA (or 0x802FAA) is unknown color: approx Vivid Violet. HEX triplet: 80, 2F and AA. RGB value is (128,47,170). Sum of RGB (Red+Green+Blue) = 128+47+170=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #802FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802FAA is #7FD055. Grayscale: #545454. Windows color (decimal): -8376406 or 11153280. OLE color: 11153280.

HSL color Cylindrical-coordinate representation of color #802FAA: hue angle of 279.51º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802FAA is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12847170-
CMYK0.250.7200.33
HSL279.51º56.68%42.55%-
HSV(B)279.51º72.35%66.67%-
XYZ17.179.5238.96-
YUV85.24175.84158.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 47 (18.75% from 255) = 13.62%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=37.10%
G=13.62%
B=49.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128471700.250.7200.33279.5156.6842.55
Hex802FAA1948021118392b
Octal20057252311100414307153
Binary10000000101111101010101100110010000100001100011000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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