Shades of Han Purple #5D21FF
Tints of Han Purple #5D21FF
RGB
CMYK
RGB Variations
Color information
#5D21FF (or 0x5D21FF) is known color: 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
| RGB | 93 | 33 | 255 | - |
| CMYK | 0.64 | 0.87 | 0 | 0 |
| HSL | 256.22º | 1% | 0.56% | - |
| HSV(B) | 256.22º | 0.87% | 1% | - |
| XYZ | 23.11 | 10.63 | 95.44 | - |
| YUV | 76.25 | 228.88 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 255 | 0.64 | 0.87 | 0 | 0 | 256.22 | 1 | 0.56 |
| Hex | 5D | 21 | FF | 40 | 57 | 0 | 0 | 100 | 64 | 38 |
| Octal | 135 | 41 | 377 | 100 | 127 | 0 | 0 | 400 | 144 | 70 |
| Binary | 1011101 | 100001 | 11111111 | 1000000 | 1010111 | 0 | 0 | 100000000 | 1100100 | 111000 |
Color Harmonies of #5D21FF
Complementary color
Monochromatic Colors of #5D21FF
Black with #5D21FF
Text Example
Text Example
White with #5D21FF
Text Example
Text Example
HTML Codes & Css Web 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>