Shades of Han Purple #5D11FF
Tints of Han Purple #5D11FF
RGB
CMYK
RGB Variations
Color information
#5D11FF (or 0x5D11FF) is known color: Han Purple. HEX triplet: 5D, 11 and FF. RGB value is (93,17,255). Sum of RGB (Red+Green+Blue) = 93+17+255=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D11FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D11FF is #A2EE00. Grayscale: #414141. Windows color (decimal): -10677761 or 16716125. OLE color: 16716125.
HSL color Cylindrical-coordinate representation of color #5D11FF: hue angle of 259.16º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D11FF is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 17 | 255 | - |
| CMYK | 0.64 | 0.93 | 0 | 0 |
| HSL | 259.16º | 1% | 0.53% | - |
| HSV(B) | 259.16º | 0.93% | 1% | - |
| XYZ | 22.76 | 9.95 | 95.33 | - |
| YUV | 66.86 | 234.18 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 255 | 0.64 | 0.93 | 0 | 0 | 259.16 | 1 | 0.53 |
| Hex | 5D | 11 | FF | 40 | 5D | 0 | 0 | 103 | 64 | 35 |
| Octal | 135 | 21 | 377 | 100 | 135 | 0 | 0 | 403 | 144 | 65 |
| Binary | 1011101 | 10001 | 11111111 | 1000000 | 1011101 | 0 | 0 | 100000011 | 1100100 | 110101 |
Color Harmonies of #5D11FF
Complementary color
Monochromatic Colors of #5D11FF
Black with #5D11FF
Text Example
Text Example
White with #5D11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D11FF; }
p { color: rgb(93,17,255); }
H1.HeaderClassName
{
color: #5D11FF;
}
.AnyTagClassName
{
color: #5D11FF;
}
</style>
background-color css
<style>
a { background-color: #5D11FF; }
a { background-color: rgb(93,17,255); }
div.DivClassName
{
background-color: #5D11FF;
}
.BgClassName
{
background-color: #5D11FF;
}
</style>
border-color css
<style>
span { border-color: #5D11FF; }
span { border-color: rgb(93,17,255); }
td.TdClassName
{
border-color: #5D11FF;
}
.TagClassName
{
border-color: #5D11FF;
}
</style>