Shades of Han Purple #5D13EF
Tints of Han Purple #5D13EF
RGB
CMYK
RGB Variations
Color information
#5D13EF (or 0x5D13EF) is known color: Han Purple. HEX triplet: 5D, 13 and EF. RGB value is (93,19,239). Sum of RGB (Red+Green+Blue) = 93+19+239=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #5D13EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D13EF is #A2EC10. Grayscale: #414141. Windows color (decimal): -10677265 or 15668061. OLE color: 15668061.
HSL color Cylindrical-coordinate representation of color #5D13EF: hue angle of 260.18º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D13EF is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 19 | 239 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.06 |
| HSL | 260.18º | 0.87% | 0.51% | - |
| HSV(B) | 260.18º | 0.92% | 0.94% | - |
| XYZ | 20.33 | 9.02 | 82.33 | - |
| YUV | 66.21 | 225.52 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 239 | 0.61 | 0.92 | 0 | 0.06 | 260.18 | 0.87 | 0.51 |
| Hex | 5D | 13 | EF | 3D | 5C | 0 | 6 | 104 | 57 | 33 |
| Octal | 135 | 23 | 357 | 75 | 134 | 0 | 6 | 404 | 127 | 63 |
| Binary | 1011101 | 10011 | 11101111 | 111101 | 1011100 | 0 | 110 | 100000100 | 1010111 | 110011 |
Color Harmonies of #5D13EF
Complementary color
Monochromatic Colors of #5D13EF
Black with #5D13EF
Text Example
Text Example
White with #5D13EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D13EF; }
p { color: rgb(93,19,239); }
H1.HeaderClassName
{
color: #5D13EF;
}
.AnyTagClassName
{
color: #5D13EF;
}
</style>
background-color css
<style>
a { background-color: #5D13EF; }
a { background-color: rgb(93,19,239); }
div.DivClassName
{
background-color: #5D13EF;
}
.BgClassName
{
background-color: #5D13EF;
}
</style>
border-color css
<style>
span { border-color: #5D13EF; }
span { border-color: rgb(93,19,239); }
td.TdClassName
{
border-color: #5D13EF;
}
.TagClassName
{
border-color: #5D13EF;
}
</style>