Shades of Han Purple #5819F9
Tints of Han Purple #5819F9
RGB
CMYK
RGB Variations
Color information
#5819F9 (or 0x5819F9) is known color: Han Purple. HEX triplet: 58, 19 and F9. RGB value is (88,25,249). Sum of RGB (Red+Green+Blue) = 88+25+249=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 249 (97.66% from 255 or 68.78% from 362); Max value from RGB is 249 - color contains mainly: blue. Hex color #5819F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5819F9 is #A7E606. Grayscale: #444444. Windows color (decimal): -11003399 or 16324952. OLE color: 16324952.
HSL color Cylindrical-coordinate representation of color #5819F9: hue angle of 256.88º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5819F9 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 25 | 249 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.02 |
| HSL | 256.88º | 0.95% | 0.54% | - |
| HSV(B) | 256.88º | 0.9% | 0.98% | - |
| XYZ | 21.47 | 9.61 | 90.35 | - |
| YUV | 69.37 | 229.37 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 249 | 0.65 | 0.90 | 0 | 0.02 | 256.88 | 0.95 | 0.54 |
| Hex | 58 | 19 | F9 | 41 | 5A | 0 | 2 | 101 | 5F | 36 |
| Octal | 130 | 31 | 371 | 101 | 132 | 0 | 2 | 401 | 137 | 66 |
| Binary | 1011000 | 11001 | 11111001 | 1000001 | 1011010 | 0 | 10 | 100000001 | 1011111 | 110110 |
Color Harmonies of #5819F9
Complementary color
Monochromatic Colors of #5819F9
Black with #5819F9
Text Example
Text Example
White with #5819F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5819F9; }
p { color: rgb(88,25,249); }
H1.HeaderClassName
{
color: #5819F9;
}
.AnyTagClassName
{
color: #5819F9;
}
</style>
background-color css
<style>
a { background-color: #5819F9; }
a { background-color: rgb(88,25,249); }
div.DivClassName
{
background-color: #5819F9;
}
.BgClassName
{
background-color: #5819F9;
}
</style>
border-color css
<style>
span { border-color: #5819F9; }
span { border-color: rgb(88,25,249); }
td.TdClassName
{
border-color: #5819F9;
}
.TagClassName
{
border-color: #5819F9;
}
</style>