Shades of Han Purple #5810F1
Tints of Han Purple #5810F1
RGB
CMYK
RGB Variations
Color information
#5810F1 (or 0x5810F1) is known color: Han Purple. HEX triplet: 58, 10 and F1. RGB value is (88,16,241). Sum of RGB (Red+Green+Blue) = 88+16+241=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 241 (94.53% from 255 or 69.86% from 345); Max value from RGB is 241 - color contains mainly: blue. Hex color #5810F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5810F1 is #A7EF0E. Grayscale: #3E3E3E. Windows color (decimal): -11005711 or 15798360. OLE color: 15798360.
HSL color Cylindrical-coordinate representation of color #5810F1: hue angle of 259.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5810F1 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 16 | 241 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.05 |
| HSL | 259.2º | 0.89% | 0.5% | - |
| HSV(B) | 259.2º | 0.93% | 0.95% | - |
| XYZ | 20.09 | 8.8 | 83.86 | - |
| YUV | 63.18 | 228.35 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 241 | 0.63 | 0.93 | 0 | 0.05 | 259.2 | 0.89 | 0.5 |
| Hex | 58 | 10 | F1 | 3F | 5D | 0 | 5 | 103 | 59 | 32 |
| Octal | 130 | 20 | 361 | 77 | 135 | 0 | 5 | 403 | 131 | 62 |
| Binary | 1011000 | 10000 | 11110001 | 111111 | 1011101 | 0 | 101 | 100000011 | 1011001 | 110010 |
Color Harmonies of #5810F1
Complementary color
Monochromatic Colors of #5810F1
Black with #5810F1
Text Example
Text Example
White with #5810F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5810F1; }
p { color: rgb(88,16,241); }
H1.HeaderClassName
{
color: #5810F1;
}
.AnyTagClassName
{
color: #5810F1;
}
</style>
background-color css
<style>
a { background-color: #5810F1; }
a { background-color: rgb(88,16,241); }
div.DivClassName
{
background-color: #5810F1;
}
.BgClassName
{
background-color: #5810F1;
}
</style>
border-color css
<style>
span { border-color: #5810F1; }
span { border-color: rgb(88,16,241); }
td.TdClassName
{
border-color: #5810F1;
}
.TagClassName
{
border-color: #5810F1;
}
</style>