#5021FF

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

Shades of Han Purple #5021FF

Tints of Han Purple #5021FF

Color information

#5021FF (or 0x5021FF) is unknown color: approx Han Purple. HEX triplet: 50, 21 and FF. RGB value is (80,33,255). Sum of RGB (Red+Green+Blue) = 80+33+255=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #5021FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5021FF is #AFDE00. Grayscale: #474747. Windows color (decimal): -11525633 or 16720208. OLE color: 16720208.

HSL color Cylindrical-coordinate representation of color #5021FF: hue angle of 252.7º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5021FF is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8033255-
CMYK0.690.8700
HSL252.7º100%56.47%-
HSV(B)252.7º87.06%100%-
XYZ21.910.0195.39-
YUV72.36231.07133.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.74%
GREEN value IS 33 (13.28% from 255) = 8.97%
BLUE value IS 255 (100% from 255) = 69.29%
R=21.74%
G=8.97%
B=69.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal80332550.690.8700252.710056.47
Hex5021FF455700fd6438
Octal120413771051270037514470
Binary1010000100001111111111000101101011100111111011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5021FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5021FF; }

 p { color: rgb(80,33,255); }

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

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

 a { background-color: rgb(80,33,255); }

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

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

 span { border-color: rgb(80,33,255); }

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