Shades of Han Purple #5D1AEA
Tints of Han Purple #5D1AEA
RGB
CMYK
RGB Variations
Color information
#5D1AEA (or 0x5D1AEA) is known color: Han Purple. HEX triplet: 5D, 1A and EA. RGB value is (93,26,234). Sum of RGB (Red+Green+Blue) = 93+26+234=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D1AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D1AEA is #A2E515. Grayscale: #444444. Windows color (decimal): -10675478 or 15342173. OLE color: 15342173.
HSL color Cylindrical-coordinate representation of color #5D1AEA: hue angle of 259.33º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D1AEA is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 26 | 234 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.08 |
| HSL | 259.33º | 0.83% | 0.51% | - |
| HSV(B) | 259.33º | 0.89% | 0.92% | - |
| XYZ | 19.73 | 9.01 | 78.54 | - |
| YUV | 69.75 | 220.7 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 26 | 234 | 0.60 | 0.89 | 0 | 0.08 | 259.33 | 0.83 | 0.51 |
| Hex | 5D | 1A | EA | 3C | 59 | 0 | 8 | 103 | 53 | 33 |
| Octal | 135 | 32 | 352 | 74 | 131 | 0 | 10 | 403 | 123 | 63 |
| Binary | 1011101 | 11010 | 11101010 | 111100 | 1011001 | 0 | 1000 | 100000011 | 1010011 | 110011 |
Color Harmonies of #5D1AEA
Complementary color
Monochromatic Colors of #5D1AEA
Black with #5D1AEA
Text Example
Text Example
White with #5D1AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1AEA; }
p { color: rgb(93,26,234); }
H1.HeaderClassName
{
color: #5D1AEA;
}
.AnyTagClassName
{
color: #5D1AEA;
}
</style>
background-color css
<style>
a { background-color: #5D1AEA; }
a { background-color: rgb(93,26,234); }
div.DivClassName
{
background-color: #5D1AEA;
}
.BgClassName
{
background-color: #5D1AEA;
}
</style>
border-color css
<style>
span { border-color: #5D1AEA; }
span { border-color: rgb(93,26,234); }
td.TdClassName
{
border-color: #5D1AEA;
}
.TagClassName
{
border-color: #5D1AEA;
}
</style>