Shades of Han Purple #5817F9
Tints of Han Purple #5817F9
RGB
CMYK
RGB Variations
Color information
#5817F9 (or 0x5817F9) is known color: Han Purple. HEX triplet: 58, 17 and F9. RGB value is (88,23,249). Sum of RGB (Red+Green+Blue) = 88+23+249=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 249 (97.66% from 255 or 69.17% from 360); Max value from RGB is 249 - color contains mainly: blue. Hex color #5817F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5817F9 is #A7E806. Grayscale: #434343. Windows color (decimal): -11003911 or 16324440. OLE color: 16324440.
HSL color Cylindrical-coordinate representation of color #5817F9: hue angle of 257.26º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5817F9 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 23 | 249 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.02 |
| HSL | 257.26º | 0.95% | 0.53% | - |
| HSV(B) | 257.26º | 0.91% | 0.98% | - |
| XYZ | 21.43 | 9.53 | 90.33 | - |
| YUV | 68.2 | 230.03 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 249 | 0.65 | 0.91 | 0 | 0.02 | 257.26 | 0.95 | 0.53 |
| Hex | 58 | 17 | F9 | 41 | 5B | 0 | 2 | 101 | 5F | 35 |
| Octal | 130 | 27 | 371 | 101 | 133 | 0 | 2 | 401 | 137 | 65 |
| Binary | 1011000 | 10111 | 11111001 | 1000001 | 1011011 | 0 | 10 | 100000001 | 1011111 | 110101 |
Color Harmonies of #5817F9
Complementary color
Monochromatic Colors of #5817F9
Black with #5817F9
Text Example
Text Example
White with #5817F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5817F9; }
p { color: rgb(88,23,249); }
H1.HeaderClassName
{
color: #5817F9;
}
.AnyTagClassName
{
color: #5817F9;
}
</style>
background-color css
<style>
a { background-color: #5817F9; }
a { background-color: rgb(88,23,249); }
div.DivClassName
{
background-color: #5817F9;
}
.BgClassName
{
background-color: #5817F9;
}
</style>
border-color css
<style>
span { border-color: #5817F9; }
span { border-color: rgb(88,23,249); }
td.TdClassName
{
border-color: #5817F9;
}
.TagClassName
{
border-color: #5817F9;
}
</style>