Shades of Han Purple #5613FF
Tints of Han Purple #5613FF
RGB
CMYK
RGB Variations
Color information
#5613FF (or 0x5613FF) is known color: Han Purple. HEX triplet: 56, 13 and FF. RGB value is (86,19,255). Sum of RGB (Red+Green+Blue) = 86+19+255=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #5613FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5613FF is #A9EC00. Grayscale: #414141. Windows color (decimal): -11136001 or 16716630. OLE color: 16716630.
HSL color Cylindrical-coordinate representation of color #5613FF: hue angle of 257.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5613FF is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 19 | 255 | - |
| CMYK | 0.66 | 0.93 | 0 | 0 |
| HSL | 257.03º | 1% | 0.54% | - |
| HSV(B) | 257.03º | 0.93% | 1% | - |
| XYZ | 22.12 | 9.66 | 95.31 | - |
| YUV | 65.94 | 234.7 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 255 | 0.66 | 0.93 | 0 | 0 | 257.03 | 1 | 0.54 |
| Hex | 56 | 13 | FF | 42 | 5D | 0 | 0 | 101 | 64 | 36 |
| Octal | 126 | 23 | 377 | 102 | 135 | 0 | 0 | 401 | 144 | 66 |
| Binary | 1010110 | 10011 | 11111111 | 1000010 | 1011101 | 0 | 0 | 100000001 | 1100100 | 110110 |
Color Harmonies of #5613FF
Complementary color
Monochromatic Colors of #5613FF
Black with #5613FF
Text Example
Text Example
White with #5613FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5613FF; }
p { color: rgb(86,19,255); }
H1.HeaderClassName
{
color: #5613FF;
}
.AnyTagClassName
{
color: #5613FF;
}
</style>
background-color css
<style>
a { background-color: #5613FF; }
a { background-color: rgb(86,19,255); }
div.DivClassName
{
background-color: #5613FF;
}
.BgClassName
{
background-color: #5613FF;
}
</style>
border-color css
<style>
span { border-color: #5613FF; }
span { border-color: rgb(86,19,255); }
td.TdClassName
{
border-color: #5613FF;
}
.TagClassName
{
border-color: #5613FF;
}
</style>