Shades of Han Purple #5D12EB
Tints of Han Purple #5D12EB
RGB
CMYK
RGB Variations
Color information
#5D12EB (or 0x5D12EB) is known color: Han Purple. HEX triplet: 5D, 12 and EB. RGB value is (93,18,235). Sum of RGB (Red+Green+Blue) = 93+18+235=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D12EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D12EB is #A2ED14. Grayscale: #404040. Windows color (decimal): -10677525 or 15405661. OLE color: 15405661.
HSL color Cylindrical-coordinate representation of color #5D12EB: hue angle of 260.74º degrees, saturation: 0.86, 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 #5D12EB is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 18 | 235 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.08 |
| HSL | 260.74º | 0.86% | 0.5% | - |
| HSV(B) | 260.74º | 0.92% | 0.92% | - |
| XYZ | 19.73 | 8.76 | 79.25 | - |
| YUV | 65.16 | 223.85 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 235 | 0.60 | 0.92 | 0 | 0.08 | 260.74 | 0.86 | 0.5 |
| Hex | 5D | 12 | EB | 3C | 5C | 0 | 8 | 105 | 56 | 32 |
| Octal | 135 | 22 | 353 | 74 | 134 | 0 | 10 | 405 | 126 | 62 |
| Binary | 1011101 | 10010 | 11101011 | 111100 | 1011100 | 0 | 1000 | 100000101 | 1010110 | 110010 |
Color Harmonies of #5D12EB
Complementary color
Monochromatic Colors of #5D12EB
Black with #5D12EB
Text Example
Text Example
White with #5D12EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D12EB; }
p { color: rgb(93,18,235); }
H1.HeaderClassName
{
color: #5D12EB;
}
.AnyTagClassName
{
color: #5D12EB;
}
</style>
background-color css
<style>
a { background-color: #5D12EB; }
a { background-color: rgb(93,18,235); }
div.DivClassName
{
background-color: #5D12EB;
}
.BgClassName
{
background-color: #5D12EB;
}
</style>
border-color css
<style>
span { border-color: #5D12EB; }
span { border-color: rgb(93,18,235); }
td.TdClassName
{
border-color: #5D12EB;
}
.TagClassName
{
border-color: #5D12EB;
}
</style>