Shades of Han Purple #5915FF
Tints of Han Purple #5915FF
RGB
CMYK
RGB Variations
Color information
#5915FF (or 0x5915FF) is known color: Han Purple. HEX triplet: 59, 15 and FF. RGB value is (89,21,255). Sum of RGB (Red+Green+Blue) = 89+21+255=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #5915FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5915FF is #A6EA00. Grayscale: #434343. Windows color (decimal): -10938881 or 16717145. OLE color: 16717145.
HSL color Cylindrical-coordinate representation of color #5915FF: hue angle of 257.44º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5915FF is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 21 | 255 | - |
| CMYK | 0.65 | 0.92 | 0 | 0 |
| HSL | 257.44º | 1% | 0.54% | - |
| HSV(B) | 257.44º | 0.92% | 1% | - |
| XYZ | 22.44 | 9.88 | 95.33 | - |
| YUV | 68.01 | 233.53 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 255 | 0.65 | 0.92 | 0 | 0 | 257.44 | 1 | 0.54 |
| Hex | 59 | 15 | FF | 41 | 5C | 0 | 0 | 101 | 64 | 36 |
| Octal | 131 | 25 | 377 | 101 | 134 | 0 | 0 | 401 | 144 | 66 |
| Binary | 1011001 | 10101 | 11111111 | 1000001 | 1011100 | 0 | 0 | 100000001 | 1100100 | 110110 |
Color Harmonies of #5915FF
Complementary color
Monochromatic Colors of #5915FF
Black with #5915FF
Text Example
Text Example
White with #5915FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5915FF; }
p { color: rgb(89,21,255); }
H1.HeaderClassName
{
color: #5915FF;
}
.AnyTagClassName
{
color: #5915FF;
}
</style>
background-color css
<style>
a { background-color: #5915FF; }
a { background-color: rgb(89,21,255); }
div.DivClassName
{
background-color: #5915FF;
}
.BgClassName
{
background-color: #5915FF;
}
</style>
border-color css
<style>
span { border-color: #5915FF; }
span { border-color: rgb(89,21,255); }
td.TdClassName
{
border-color: #5915FF;
}
.TagClassName
{
border-color: #5915FF;
}
</style>