#5D21FF

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

Shades of Han Purple #5D21FF

Tints of Han Purple #5D21FF

Color information

#5D21FF (or 0x5D21FF) is unknown color: approx Han Purple. HEX triplet: 5D, 21 and FF. RGB value is (93,33,255). Sum of RGB (Red+Green+Blue) = 93+33+255=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D21FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D21FF is #A2DE00. Grayscale: #4B4B4B. Windows color (decimal): -10673665 or 16720221. OLE color: 16720221.

HSL color Cylindrical-coordinate representation of color #5D21FF: hue angle of 256.22º 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 #5D21FF is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB9333255-
CMYK0.640.8700
HSL256.22º100%56.47%-
HSV(B)256.22º87.06%100%-
XYZ23.1110.6395.44-
YUV76.25228.88139.95-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.41%
GREEN value IS 33 (13.28% from 255) = 8.66%
BLUE value IS 255 (100% from 255) = 66.93%
R=24.41%
G=8.66%
B=66.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal93332550.640.8700256.2210056.47
Hex5D21FF4057001006438
Octal135413771001270040014470
Binary10111011000011111111110000001010111001000000001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D21FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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