Shades of Han Purple #5819FA
Tints of Han Purple #5819FA
RGB
CMYK
RGB Variations
Color information
#5819FA (or 0x5819FA) is known color: Han Purple. HEX triplet: 58, 19 and FA. RGB value is (88,25,250). Sum of RGB (Red+Green+Blue) = 88+25+250=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #5819FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5819FA is #A7E605. Grayscale: #444444. Windows color (decimal): -11003398 or 16390488. OLE color: 16390488.
HSL color Cylindrical-coordinate representation of color #5819FA: hue angle of 256.8º degrees, saturation: 0.96, 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 #5819FA is Cyan = 0.65, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 25 | 250 | - |
| CMYK | 0.65 | 0.9 | 0 | 0.02 |
| HSL | 256.8º | 0.96% | 0.54% | - |
| HSV(B) | 256.8º | 0.9% | 0.98% | - |
| XYZ | 21.63 | 9.67 | 91.17 | - |
| YUV | 69.49 | 229.87 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 250 | 0.65 | 0.9 | 0 | 0.02 | 256.8 | 0.96 | 0.54 |
| Hex | 58 | 19 | FA | 41 | 5A | 0 | 2 | 101 | 60 | 36 |
| Octal | 130 | 31 | 372 | 101 | 132 | 0 | 2 | 401 | 140 | 66 |
| Binary | 1011000 | 11001 | 11111010 | 1000001 | 1011010 | 0 | 10 | 100000001 | 1100000 | 110110 |
Color Harmonies of #5819FA
Complementary color
Monochromatic Colors of #5819FA
Black with #5819FA
Text Example
Text Example
White with #5819FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5819FA; }
p { color: rgb(88,25,250); }
H1.HeaderClassName
{
color: #5819FA;
}
.AnyTagClassName
{
color: #5819FA;
}
</style>
background-color css
<style>
a { background-color: #5819FA; }
a { background-color: rgb(88,25,250); }
div.DivClassName
{
background-color: #5819FA;
}
.BgClassName
{
background-color: #5819FA;
}
</style>
border-color css
<style>
span { border-color: #5819FA; }
span { border-color: rgb(88,25,250); }
td.TdClassName
{
border-color: #5819FA;
}
.TagClassName
{
border-color: #5819FA;
}
</style>