Shades of Han Purple #5D19EF
Tints of Han Purple #5D19EF
RGB
CMYK
RGB Variations
Color information
#5D19EF (or 0x5D19EF) is known color: Han Purple. HEX triplet: 5D, 19 and EF. RGB value is (93,25,239). Sum of RGB (Red+Green+Blue) = 93+25+239=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #5D19EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D19EF is #A2E610. Grayscale: #444444. Windows color (decimal): -10675729 or 15669597. OLE color: 15669597.
HSL color Cylindrical-coordinate representation of color #5D19EF: hue angle of 259.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D19EF is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 25 | 239 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.06 |
| HSL | 259.07º | 0.87% | 0.52% | - |
| HSV(B) | 259.07º | 0.9% | 0.94% | - |
| XYZ | 20.44 | 9.25 | 82.37 | - |
| YUV | 69.73 | 223.53 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 239 | 0.61 | 0.90 | 0 | 0.06 | 259.07 | 0.87 | 0.52 |
| Hex | 5D | 19 | EF | 3D | 5A | 0 | 6 | 103 | 57 | 34 |
| Octal | 135 | 31 | 357 | 75 | 132 | 0 | 6 | 403 | 127 | 64 |
| Binary | 1011101 | 11001 | 11101111 | 111101 | 1011010 | 0 | 110 | 100000011 | 1010111 | 110100 |
Color Harmonies of #5D19EF
Complementary color
Monochromatic Colors of #5D19EF
Black with #5D19EF
Text Example
Text Example
White with #5D19EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D19EF; }
p { color: rgb(93,25,239); }
H1.HeaderClassName
{
color: #5D19EF;
}
.AnyTagClassName
{
color: #5D19EF;
}
</style>
background-color css
<style>
a { background-color: #5D19EF; }
a { background-color: rgb(93,25,239); }
div.DivClassName
{
background-color: #5D19EF;
}
.BgClassName
{
background-color: #5D19EF;
}
</style>
border-color css
<style>
span { border-color: #5D19EF; }
span { border-color: rgb(93,25,239); }
td.TdClassName
{
border-color: #5D19EF;
}
.TagClassName
{
border-color: #5D19EF;
}
</style>