Shades of Han Purple #5617F9
Tints of Han Purple #5617F9
RGB
CMYK
RGB Variations
Color information
#5617F9 (or 0x5617F9) is known color: Han Purple. HEX triplet: 56, 17 and F9. RGB value is (86,23,249). Sum of RGB (Red+Green+Blue) = 86+23+249=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 249 (97.66% from 255 or 69.55% from 358); Max value from RGB is 249 - color contains mainly: blue. Hex color #5617F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5617F9 is #A9E806. Grayscale: #424242. Windows color (decimal): -11134983 or 16324438. OLE color: 16324438.
HSL color Cylindrical-coordinate representation of color #5617F9: hue angle of 256.73º 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 #5617F9 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 23 | 249 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.02 |
| HSL | 256.73º | 0.95% | 0.53% | - |
| HSV(B) | 256.73º | 0.91% | 0.98% | - |
| XYZ | 21.24 | 9.43 | 90.32 | - |
| YUV | 67.6 | 230.37 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 249 | 0.65 | 0.91 | 0 | 0.02 | 256.73 | 0.95 | 0.53 |
| Hex | 56 | 17 | F9 | 41 | 5B | 0 | 2 | 101 | 5F | 35 |
| Octal | 126 | 27 | 371 | 101 | 133 | 0 | 2 | 401 | 137 | 65 |
| Binary | 1010110 | 10111 | 11111001 | 1000001 | 1011011 | 0 | 10 | 100000001 | 1011111 | 110101 |
Color Harmonies of #5617F9
Complementary color
Monochromatic Colors of #5617F9
Black with #5617F9
Text Example
Text Example
White with #5617F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5617F9; }
p { color: rgb(86,23,249); }
H1.HeaderClassName
{
color: #5617F9;
}
.AnyTagClassName
{
color: #5617F9;
}
</style>
background-color css
<style>
a { background-color: #5617F9; }
a { background-color: rgb(86,23,249); }
div.DivClassName
{
background-color: #5617F9;
}
.BgClassName
{
background-color: #5617F9;
}
</style>
border-color css
<style>
span { border-color: #5617F9; }
span { border-color: rgb(86,23,249); }
td.TdClassName
{
border-color: #5617F9;
}
.TagClassName
{
border-color: #5617F9;
}
</style>