Shades of Han Purple #5F21FF
Tints of Han Purple #5F21FF
RGB
CMYK
RGB Variations
Color information
#5F21FF (or 0x5F21FF) is known color: Han Purple. HEX triplet: 5F, 21 and FF. RGB value is (95,33,255). Sum of RGB (Red+Green+Blue) = 95+33+255=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F21FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F21FF is #A0DE00. Grayscale: #4C4C4C. Windows color (decimal): -10542593 or 16720223. OLE color: 16720223.
HSL color Cylindrical-coordinate representation of color #5F21FF: hue angle of 256.76º 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 #5F21FF is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 33 | 255 | - |
| CMYK | 0.63 | 0.87 | 0 | 0 |
| HSL | 256.76º | 1% | 0.56% | - |
| HSV(B) | 256.76º | 0.87% | 1% | - |
| XYZ | 23.31 | 10.74 | 95.45 | - |
| YUV | 76.85 | 228.54 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 33 | 255 | 0.63 | 0.87 | 0 | 0 | 256.76 | 1 | 0.56 |
| Hex | 5F | 21 | FF | 3F | 57 | 0 | 0 | 101 | 64 | 38 |
| Octal | 137 | 41 | 377 | 77 | 127 | 0 | 0 | 401 | 144 | 70 |
| Binary | 1011111 | 100001 | 11111111 | 111111 | 1010111 | 0 | 0 | 100000001 | 1100100 | 111000 |
Color Harmonies of #5F21FF
Complementary color
Monochromatic Colors of #5F21FF
Black with #5F21FF
Text Example
Text Example
White with #5F21FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F21FF; }
p { color: rgb(95,33,255); }
H1.HeaderClassName
{
color: #5F21FF;
}
.AnyTagClassName
{
color: #5F21FF;
}
</style>
background-color css
<style>
a { background-color: #5F21FF; }
a { background-color: rgb(95,33,255); }
div.DivClassName
{
background-color: #5F21FF;
}
.BgClassName
{
background-color: #5F21FF;
}
</style>
border-color css
<style>
span { border-color: #5F21FF; }
span { border-color: rgb(95,33,255); }
td.TdClassName
{
border-color: #5F21FF;
}
.TagClassName
{
border-color: #5F21FF;
}
</style>