Shades of Han Purple #5614FF
Tints of Han Purple #5614FF
RGB
CMYK
RGB Variations
Color information
#5614FF (or 0x5614FF) is known color: Han Purple. HEX triplet: 56, 14 and FF. RGB value is (86,20,255). Sum of RGB (Red+Green+Blue) = 86+20+255=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #5614FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5614FF is #A9EB00. Grayscale: #414141. Windows color (decimal): -11135745 or 16716886. OLE color: 16716886.
HSL color Cylindrical-coordinate representation of color #5614FF: hue angle of 256.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5614FF is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 20 | 255 | - |
| CMYK | 0.66 | 0.92 | 0 | 0 |
| HSL | 256.85º | 1% | 0.54% | - |
| HSV(B) | 256.85º | 0.92% | 1% | - |
| XYZ | 22.14 | 9.7 | 95.31 | - |
| YUV | 66.52 | 234.37 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 255 | 0.66 | 0.92 | 0 | 0 | 256.85 | 1 | 0.54 |
| Hex | 56 | 14 | FF | 42 | 5C | 0 | 0 | 101 | 64 | 36 |
| Octal | 126 | 24 | 377 | 102 | 134 | 0 | 0 | 401 | 144 | 66 |
| Binary | 1010110 | 10100 | 11111111 | 1000010 | 1011100 | 0 | 0 | 100000001 | 1100100 | 110110 |
Color Harmonies of #5614FF
Complementary color
Monochromatic Colors of #5614FF
Black with #5614FF
Text Example
Text Example
White with #5614FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5614FF; }
p { color: rgb(86,20,255); }
H1.HeaderClassName
{
color: #5614FF;
}
.AnyTagClassName
{
color: #5614FF;
}
</style>
background-color css
<style>
a { background-color: #5614FF; }
a { background-color: rgb(86,20,255); }
div.DivClassName
{
background-color: #5614FF;
}
.BgClassName
{
background-color: #5614FF;
}
</style>
border-color css
<style>
span { border-color: #5614FF; }
span { border-color: rgb(86,20,255); }
td.TdClassName
{
border-color: #5614FF;
}
.TagClassName
{
border-color: #5614FF;
}
</style>