#5A21FE

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

Shades of Han Purple #5A21FE

Tints of Han Purple #5A21FE

Color information

#5A21FE (or 0x5A21FE) is unknown color: approx Han Purple. HEX triplet: 5A, 21 and FE. RGB value is (90,33,254). Sum of RGB (Red+Green+Blue) = 90+33+254=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A21FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A21FE is #A5DE01. Grayscale: #4A4A4A. Windows color (decimal): -10870274 or 16654682. OLE color: 16654682.

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

Color convert

RGB9033254-
CMYK0.650.8700.00
HSL255.48º99.1%56.27%-
HSV(B)255.48º87.01%99.61%-
XYZ22.6510.4294.58-
YUV75.24228.88138.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.87%
GREEN value IS 33 (13.28% from 255) = 8.75%
BLUE value IS 254 (99.61% from 255) = 67.37%
R=23.87%
G=8.75%
B=67.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal90332540.650.8700.00255.4899.156.27
Hex5A21FE415700ff6338
Octal132413761011270037714370
Binary1011010100001111111101000001101011100111111111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A21FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A21FE; }

 p { color: rgb(90,33,254); }

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

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

 a { background-color: rgb(90,33,254); }

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

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

 span { border-color: rgb(90,33,254); }

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