Shades of Han Purple #5613FE
Tints of Han Purple #5613FE
RGB
CMYK
RGB Variations
Color information
#5613FE (or 0x5613FE) is known color: Han Purple. HEX triplet: 56, 13 and FE. RGB value is (86,19,254). Sum of RGB (Red+Green+Blue) = 86+19+254=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #5613FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5613FE is #A9EC01. Grayscale: #404040. Windows color (decimal): -11136002 or 16651094. OLE color: 16651094.
HSL color Cylindrical-coordinate representation of color #5613FE: hue angle of 257.11º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5613FE is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 19 | 254 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.00 |
| HSL | 257.11º | 0.99% | 0.54% | - |
| HSV(B) | 257.11º | 0.93% | 1% | - |
| XYZ | 21.96 | 9.6 | 94.46 | - |
| YUV | 65.82 | 234.2 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 254 | 0.66 | 0.93 | 0 | 0.00 | 257.11 | 0.99 | 0.54 |
| Hex | 56 | 13 | FE | 42 | 5D | 0 | 0 | 101 | 63 | 36 |
| Octal | 126 | 23 | 376 | 102 | 135 | 0 | 0 | 401 | 143 | 66 |
| Binary | 1010110 | 10011 | 11111110 | 1000010 | 1011101 | 0 | 0 | 100000001 | 1100011 | 110110 |
Color Harmonies of #5613FE
Complementary color
Monochromatic Colors of #5613FE
Black with #5613FE
Text Example
Text Example
White with #5613FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5613FE; }
p { color: rgb(86,19,254); }
H1.HeaderClassName
{
color: #5613FE;
}
.AnyTagClassName
{
color: #5613FE;
}
</style>
background-color css
<style>
a { background-color: #5613FE; }
a { background-color: rgb(86,19,254); }
div.DivClassName
{
background-color: #5613FE;
}
.BgClassName
{
background-color: #5613FE;
}
</style>
border-color css
<style>
span { border-color: #5613FE; }
span { border-color: rgb(86,19,254); }
td.TdClassName
{
border-color: #5613FE;
}
.TagClassName
{
border-color: #5613FE;
}
</style>