Shades of Han Purple #5D15E6
Tints of Han Purple #5D15E6
RGB
CMYK
RGB Variations
Color information
#5D15E6 (or 0x5D15E6) is known color: Han Purple. HEX triplet: 5D, 15 and E6. RGB value is (93,21,230). Sum of RGB (Red+Green+Blue) = 93+21+230=344 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.03% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #5D15E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D15E6 is #A2EA19. Grayscale: #414141. Windows color (decimal): -10676762 or 15078749. OLE color: 15078749.
HSL color Cylindrical-coordinate representation of color #5D15E6: hue angle of 260.67º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D15E6 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 93 | 21 | 230 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.10 |
| HSL | 260.67º | 0.83% | 0.49% | - |
| HSV(B) | 260.67º | 0.91% | 0.9% | - |
| XYZ | 19.07 | 8.58 | 75.51 | - |
| YUV | 66.35 | 220.35 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 230 | 0.60 | 0.91 | 0 | 0.10 | 260.67 | 0.83 | 0.49 |
| Hex | 5D | 15 | E6 | 3C | 5B | 0 | A | 105 | 53 | 31 |
| Octal | 135 | 25 | 346 | 74 | 133 | 0 | 12 | 405 | 123 | 61 |
| Binary | 1011101 | 10101 | 11100110 | 111100 | 1011011 | 0 | 1010 | 100000101 | 1010011 | 110001 |
Color Harmonies of #5D15E6
Complementary color
Monochromatic Colors of #5D15E6
Black with #5D15E6
Text Example
Text Example
White with #5D15E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D15E6; }
p { color: rgb(93,21,230); }
H1.HeaderClassName
{
color: #5D15E6;
}
.AnyTagClassName
{
color: #5D15E6;
}
</style>
background-color css
<style>
a { background-color: #5D15E6; }
a { background-color: rgb(93,21,230); }
div.DivClassName
{
background-color: #5D15E6;
}
.BgClassName
{
background-color: #5D15E6;
}
</style>
border-color css
<style>
span { border-color: #5D15E6; }
span { border-color: rgb(93,21,230); }
td.TdClassName
{
border-color: #5D15E6;
}
.TagClassName
{
border-color: #5D15E6;
}
</style>