Shades of Han Purple #5817FC
Tints of Han Purple #5817FC
RGB
CMYK
RGB Variations
Color information
#5817FC (or 0x5817FC) is known color: Han Purple. HEX triplet: 58, 17 and FC. RGB value is (88,23,252). Sum of RGB (Red+Green+Blue) = 88+23+252=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #5817FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5817FC is #A7E803. Grayscale: #434343. Windows color (decimal): -11003908 or 16521048. OLE color: 16521048.
HSL color Cylindrical-coordinate representation of color #5817FC: hue angle of 257.03º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5817FC is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 23 | 252 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.01 |
| HSL | 257.03º | 0.97% | 0.54% | - |
| HSV(B) | 257.03º | 0.91% | 0.99% | - |
| XYZ | 21.9 | 9.72 | 92.82 | - |
| YUV | 68.54 | 231.53 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 252 | 0.65 | 0.91 | 0 | 0.01 | 257.03 | 0.97 | 0.54 |
| Hex | 58 | 17 | FC | 41 | 5B | 0 | 1 | 101 | 61 | 36 |
| Octal | 130 | 27 | 374 | 101 | 133 | 0 | 1 | 401 | 141 | 66 |
| Binary | 1011000 | 10111 | 11111100 | 1000001 | 1011011 | 0 | 1 | 100000001 | 1100001 | 110110 |
Color Harmonies of #5817FC
Complementary color
Monochromatic Colors of #5817FC
Black with #5817FC
Text Example
Text Example
White with #5817FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5817FC; }
p { color: rgb(88,23,252); }
H1.HeaderClassName
{
color: #5817FC;
}
.AnyTagClassName
{
color: #5817FC;
}
</style>
background-color css
<style>
a { background-color: #5817FC; }
a { background-color: rgb(88,23,252); }
div.DivClassName
{
background-color: #5817FC;
}
.BgClassName
{
background-color: #5817FC;
}
</style>
border-color css
<style>
span { border-color: #5817FC; }
span { border-color: rgb(88,23,252); }
td.TdClassName
{
border-color: #5817FC;
}
.TagClassName
{
border-color: #5817FC;
}
</style>