Shades of Han Purple #5915F3
Tints of Han Purple #5915F3
RGB
CMYK
RGB Variations
Color information
#5915F3 (or 0x5915F3) is known color: Han Purple. HEX triplet: 59, 15 and F3. RGB value is (89,21,243). Sum of RGB (Red+Green+Blue) = 89+21+243=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 243 (95.31% from 255 or 68.84% from 353); Max value from RGB is 243 - color contains mainly: blue. Hex color #5915F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5915F3 is #A6EA0C. Grayscale: #414141. Windows color (decimal): -10938893 or 15930713. OLE color: 15930713.
HSL color Cylindrical-coordinate representation of color #5915F3: hue angle of 258.38º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5915F3 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 21 | 243 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.05 |
| HSL | 258.38º | 0.9% | 0.52% | - |
| HSV(B) | 258.38º | 0.91% | 0.95% | - |
| XYZ | 20.57 | 9.13 | 85.47 | - |
| YUV | 66.64 | 227.53 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 243 | 0.63 | 0.91 | 0 | 0.05 | 258.38 | 0.9 | 0.52 |
| Hex | 59 | 15 | F3 | 3F | 5B | 0 | 5 | 102 | 5A | 34 |
| Octal | 131 | 25 | 363 | 77 | 133 | 0 | 5 | 402 | 132 | 64 |
| Binary | 1011001 | 10101 | 11110011 | 111111 | 1011011 | 0 | 101 | 100000010 | 1011010 | 110100 |
Color Harmonies of #5915F3
Complementary color
Monochromatic Colors of #5915F3
Black with #5915F3
Text Example
Text Example
White with #5915F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5915F3; }
p { color: rgb(89,21,243); }
H1.HeaderClassName
{
color: #5915F3;
}
.AnyTagClassName
{
color: #5915F3;
}
</style>
background-color css
<style>
a { background-color: #5915F3; }
a { background-color: rgb(89,21,243); }
div.DivClassName
{
background-color: #5915F3;
}
.BgClassName
{
background-color: #5915F3;
}
</style>
border-color css
<style>
span { border-color: #5915F3; }
span { border-color: rgb(89,21,243); }
td.TdClassName
{
border-color: #5915F3;
}
.TagClassName
{
border-color: #5915F3;
}
</style>