Shades of Han Purple #5D13FF
Tints of Han Purple #5D13FF
RGB
CMYK
RGB Variations
Color information
#5D13FF (or 0x5D13FF) is known color: Han Purple. HEX triplet: 5D, 13 and FF. RGB value is (93,19,255). Sum of RGB (Red+Green+Blue) = 93+19+255=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D13FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D13FF is #A2EC00. Grayscale: #434343. Windows color (decimal): -10677249 or 16716637. OLE color: 16716637.
HSL color Cylindrical-coordinate representation of color #5D13FF: hue angle of 258.81º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D13FF is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 19 | 255 | - |
| CMYK | 0.64 | 0.93 | 0 | 0 |
| HSL | 258.81º | 1% | 0.54% | - |
| HSV(B) | 258.81º | 0.93% | 1% | - |
| XYZ | 22.8 | 10.01 | 95.34 | - |
| YUV | 68.03 | 233.52 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 255 | 0.64 | 0.93 | 0 | 0 | 258.81 | 1 | 0.54 |
| Hex | 5D | 13 | FF | 40 | 5D | 0 | 0 | 103 | 64 | 36 |
| Octal | 135 | 23 | 377 | 100 | 135 | 0 | 0 | 403 | 144 | 66 |
| Binary | 1011101 | 10011 | 11111111 | 1000000 | 1011101 | 0 | 0 | 100000011 | 1100100 | 110110 |
Color Harmonies of #5D13FF
Complementary color
Monochromatic Colors of #5D13FF
Black with #5D13FF
Text Example
Text Example
White with #5D13FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D13FF; }
p { color: rgb(93,19,255); }
H1.HeaderClassName
{
color: #5D13FF;
}
.AnyTagClassName
{
color: #5D13FF;
}
</style>
background-color css
<style>
a { background-color: #5D13FF; }
a { background-color: rgb(93,19,255); }
div.DivClassName
{
background-color: #5D13FF;
}
.BgClassName
{
background-color: #5D13FF;
}
</style>
border-color css
<style>
span { border-color: #5D13FF; }
span { border-color: rgb(93,19,255); }
td.TdClassName
{
border-color: #5D13FF;
}
.TagClassName
{
border-color: #5D13FF;
}
</style>