Shades of Han Purple #5919F3
Tints of Han Purple #5919F3
RGB
CMYK
RGB Variations
Color information
#5919F3 (or 0x5919F3) is known color: Han Purple. HEX triplet: 59, 19 and F3. RGB value is (89,25,243). Sum of RGB (Red+Green+Blue) = 89+25+243=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 243 (95.31% from 255 or 68.07% from 357); Max value from RGB is 243 - color contains mainly: blue. Hex color #5919F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5919F3 is #A6E60C. Grayscale: #444444. Windows color (decimal): -10937869 or 15931737. OLE color: 15931737.
HSL color Cylindrical-coordinate representation of color #5919F3: hue angle of 257.61º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5919F3 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 25 | 243 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.05 |
| HSL | 257.61º | 0.9% | 0.53% | - |
| HSV(B) | 257.61º | 0.9% | 0.95% | - |
| XYZ | 20.65 | 9.29 | 85.5 | - |
| YUV | 68.99 | 226.2 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 243 | 0.63 | 0.90 | 0 | 0.05 | 257.61 | 0.9 | 0.53 |
| Hex | 59 | 19 | F3 | 3F | 5A | 0 | 5 | 102 | 5A | 35 |
| Octal | 131 | 31 | 363 | 77 | 132 | 0 | 5 | 402 | 132 | 65 |
| Binary | 1011001 | 11001 | 11110011 | 111111 | 1011010 | 0 | 101 | 100000010 | 1011010 | 110101 |
Color Harmonies of #5919F3
Complementary color
Monochromatic Colors of #5919F3
Black with #5919F3
Text Example
Text Example
White with #5919F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5919F3; }
p { color: rgb(89,25,243); }
H1.HeaderClassName
{
color: #5919F3;
}
.AnyTagClassName
{
color: #5919F3;
}
</style>
background-color css
<style>
a { background-color: #5919F3; }
a { background-color: rgb(89,25,243); }
div.DivClassName
{
background-color: #5919F3;
}
.BgClassName
{
background-color: #5919F3;
}
</style>
border-color css
<style>
span { border-color: #5919F3; }
span { border-color: rgb(89,25,243); }
td.TdClassName
{
border-color: #5919F3;
}
.TagClassName
{
border-color: #5919F3;
}
</style>