Shades of Han Purple #5D19FF
Tints of Han Purple #5D19FF
RGB
CMYK
RGB Variations
Color information
#5D19FF (or 0x5D19FF) is known color: Han Purple. HEX triplet: 5D, 19 and FF. RGB value is (93,25,255). Sum of RGB (Red+Green+Blue) = 93+25+255=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D19FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D19FF is #A2E600. Grayscale: #464646. Windows color (decimal): -10675713 or 16718173. OLE color: 16718173.
HSL color Cylindrical-coordinate representation of color #5D19FF: hue angle of 257.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D19FF is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 25 | 255 | - |
| CMYK | 0.64 | 0.90 | 0 | 0 |
| HSL | 257.74º | 1% | 0.55% | - |
| HSV(B) | 257.74º | 0.9% | 1% | - |
| XYZ | 22.91 | 10.24 | 95.38 | - |
| YUV | 71.55 | 231.53 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 255 | 0.64 | 0.90 | 0 | 0 | 257.74 | 1 | 0.55 |
| Hex | 5D | 19 | FF | 40 | 5A | 0 | 0 | 102 | 64 | 37 |
| Octal | 135 | 31 | 377 | 100 | 132 | 0 | 0 | 402 | 144 | 67 |
| Binary | 1011101 | 11001 | 11111111 | 1000000 | 1011010 | 0 | 0 | 100000010 | 1100100 | 110111 |
Color Harmonies of #5D19FF
Complementary color
Monochromatic Colors of #5D19FF
Black with #5D19FF
Text Example
Text Example
White with #5D19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D19FF; }
p { color: rgb(93,25,255); }
H1.HeaderClassName
{
color: #5D19FF;
}
.AnyTagClassName
{
color: #5D19FF;
}
</style>
background-color css
<style>
a { background-color: #5D19FF; }
a { background-color: rgb(93,25,255); }
div.DivClassName
{
background-color: #5D19FF;
}
.BgClassName
{
background-color: #5D19FF;
}
</style>
border-color css
<style>
span { border-color: #5D19FF; }
span { border-color: rgb(93,25,255); }
td.TdClassName
{
border-color: #5D19FF;
}
.TagClassName
{
border-color: #5D19FF;
}
</style>