Shades of Han Purple #5D0FFF
Tints of Han Purple #5D0FFF
RGB
CMYK
RGB Variations
Color information
#5D0FFF (or 0x5D0FFF) is known color: Han Purple. HEX triplet: 5D, 0F and FF. RGB value is (93,15,255). Sum of RGB (Red+Green+Blue) = 93+15+255=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D0FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D0FFF is #A2F000. Grayscale: #404040. Windows color (decimal): -10678273 or 16715613. OLE color: 16715613.
HSL color Cylindrical-coordinate representation of color #5D0FFF: hue angle of 259.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0FFF is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 15 | 255 | - |
| CMYK | 0.64 | 0.94 | 0 | 0 |
| HSL | 259.5º | 1% | 0.53% | - |
| HSV(B) | 259.5º | 0.94% | 1% | - |
| XYZ | 22.74 | 9.89 | 95.32 | - |
| YUV | 65.68 | 234.84 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 15 | 255 | 0.64 | 0.94 | 0 | 0 | 259.5 | 1 | 0.53 |
| Hex | 5D | F | FF | 40 | 5E | 0 | 0 | 104 | 64 | 35 |
| Octal | 135 | 17 | 377 | 100 | 136 | 0 | 0 | 404 | 144 | 65 |
| Binary | 1011101 | 1111 | 11111111 | 1000000 | 1011110 | 0 | 0 | 100000100 | 1100100 | 110101 |
Color Harmonies of #5D0FFF
Complementary color
Monochromatic Colors of #5D0FFF
Black with #5D0FFF
Text Example
Text Example
White with #5D0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0FFF; }
p { color: rgb(93,15,255); }
H1.HeaderClassName
{
color: #5D0FFF;
}
.AnyTagClassName
{
color: #5D0FFF;
}
</style>
background-color css
<style>
a { background-color: #5D0FFF; }
a { background-color: rgb(93,15,255); }
div.DivClassName
{
background-color: #5D0FFF;
}
.BgClassName
{
background-color: #5D0FFF;
}
</style>
border-color css
<style>
span { border-color: #5D0FFF; }
span { border-color: rgb(93,15,255); }
td.TdClassName
{
border-color: #5D0FFF;
}
.TagClassName
{
border-color: #5D0FFF;
}
</style>