#801483

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

Shades of Purple #801483

Tints of Purple #801483

Color information

#801483 (or 0x801483) is unknown color: approx Purple. HEX triplet: 80, 14 and 83. RGB value is (128,20,131). Sum of RGB (Red+Green+Blue) = 128+20+131=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #801483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801483 is #7FEB7C. Grayscale: #404040. Windows color (decimal): -8383357 or 8590464. OLE color: 8590464.

HSL color Cylindrical-coordinate representation of color #801483: hue angle of 298.38º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801483 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12820131-
CMYK0.020.8500.49
HSL298.38º73.51%29.61%-
HSV(B)298.38º84.73%51.37%-
XYZ13.256.7322.07-
YUV64.95165.28172.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 20 (8.20% from 255) = 7.17%
BLUE value IS 131 (51.56% from 255) = 46.95%
R=45.88%
G=7.17%
B=46.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128201310.020.8500.49298.3873.5129.61
Hex80148325503112a4a1e
Octal20024203212506145211236
Binary1000000010100100000111010101010110001100101010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801483; }

 p { color: rgb(128,20,131); }

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

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

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

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

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

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

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