Shades of Han Purple #5D13EA
Tints of Han Purple #5D13EA
RGB
CMYK
RGB Variations
Color information
#5D13EA (or 0x5D13EA) is known color: Han Purple. HEX triplet: 5D, 13 and EA. RGB value is (93,19,234). Sum of RGB (Red+Green+Blue) = 93+19+234=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D13EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D13EA is #A2EC15. Grayscale: #404040. Windows color (decimal): -10677270 or 15340381. OLE color: 15340381.
HSL color Cylindrical-coordinate representation of color #5D13EA: hue angle of 260.65º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D13EA is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 19 | 234 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.08 |
| HSL | 260.65º | 0.85% | 0.5% | - |
| HSV(B) | 260.65º | 0.92% | 0.92% | - |
| XYZ | 19.6 | 8.73 | 78.49 | - |
| YUV | 65.64 | 223.02 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 234 | 0.60 | 0.92 | 0 | 0.08 | 260.65 | 0.85 | 0.5 |
| Hex | 5D | 13 | EA | 3C | 5C | 0 | 8 | 105 | 55 | 32 |
| Octal | 135 | 23 | 352 | 74 | 134 | 0 | 10 | 405 | 125 | 62 |
| Binary | 1011101 | 10011 | 11101010 | 111100 | 1011100 | 0 | 1000 | 100000101 | 1010101 | 110010 |
Color Harmonies of #5D13EA
Complementary color
Monochromatic Colors of #5D13EA
Black with #5D13EA
Text Example
Text Example
White with #5D13EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D13EA; }
p { color: rgb(93,19,234); }
H1.HeaderClassName
{
color: #5D13EA;
}
.AnyTagClassName
{
color: #5D13EA;
}
</style>
background-color css
<style>
a { background-color: #5D13EA; }
a { background-color: rgb(93,19,234); }
div.DivClassName
{
background-color: #5D13EA;
}
.BgClassName
{
background-color: #5D13EA;
}
</style>
border-color css
<style>
span { border-color: #5D13EA; }
span { border-color: rgb(93,19,234); }
td.TdClassName
{
border-color: #5D13EA;
}
.TagClassName
{
border-color: #5D13EA;
}
</style>