Shades of Han Purple #5B15DA
Tints of Han Purple #5B15DA
RGB
CMYK
RGB Variations
Color information
#5B15DA (or 0x5B15DA) is known color: Han Purple. HEX triplet: 5B, 15 and DA. RGB value is (91,21,218). Sum of RGB (Red+Green+Blue) = 91+21+218=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B15DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B15DA is #A4EA25. Grayscale: #3F3F3F. Windows color (decimal): -10807846 or 14292315. OLE color: 14292315.
HSL color Cylindrical-coordinate representation of color #5B15DA: hue angle of 261.32º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B15DA is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 21 | 218 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.15 |
| HSL | 261.32º | 0.82% | 0.47% | - |
| HSV(B) | 261.32º | 0.9% | 0.85% | - |
| XYZ | 17.24 | 7.82 | 66.93 | - |
| YUV | 64.39 | 214.69 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 21 | 218 | 0.58 | 0.90 | 0 | 0.15 | 261.32 | 0.82 | 0.47 |
| Hex | 5B | 15 | DA | 3A | 5A | 0 | F | 105 | 52 | 2F |
| Octal | 133 | 25 | 332 | 72 | 132 | 0 | 17 | 405 | 122 | 57 |
| Binary | 1011011 | 10101 | 11011010 | 111010 | 1011010 | 0 | 1111 | 100000101 | 1010010 | 101111 |
Color Harmonies of #5B15DA
Complementary color
Monochromatic Colors of #5B15DA
Black with #5B15DA
Text Example
Text Example
White with #5B15DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B15DA; }
p { color: rgb(91,21,218); }
H1.HeaderClassName
{
color: #5B15DA;
}
.AnyTagClassName
{
color: #5B15DA;
}
</style>
background-color css
<style>
a { background-color: #5B15DA; }
a { background-color: rgb(91,21,218); }
div.DivClassName
{
background-color: #5B15DA;
}
.BgClassName
{
background-color: #5B15DA;
}
</style>
border-color css
<style>
span { border-color: #5B15DA; }
span { border-color: rgb(91,21,218); }
td.TdClassName
{
border-color: #5B15DA;
}
.TagClassName
{
border-color: #5B15DA;
}
</style>