#801284

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

Shades of Purple #801284

Tints of Purple #801284

Color information

#801284 (or 0x801284) is unknown color: approx Purple. HEX triplet: 80, 12 and 84. RGB value is (128,18,132). Sum of RGB (Red+Green+Blue) = 128+18+132=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #801284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801284 is #7FED7B. Grayscale: #3F3F3F. Windows color (decimal): -8383868 or 8655488. OLE color: 8655488.

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

Color convert

RGB12818132-
CMYK0.030.8600.48
HSL297.89º76%29.41%-
HSV(B)297.89º86.36%51.76%-
XYZ13.286.6922.42-
YUV63.89166.44173.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.04%
GREEN value IS 18 (7.42% from 255) = 6.47%
BLUE value IS 132 (51.95% from 255) = 47.48%
R=46.04%
G=6.47%
B=47.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128181320.030.8600.48297.897629.41
Hex80128435603012a4c1d
Octal20022204312606045211435
Binary1000000010010100001001110101100110000100101010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801284; }

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

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

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

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

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

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

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

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