Shades of Han Purple #5614FA
Tints of Han Purple #5614FA
RGB
CMYK
RGB Variations
Color information
#5614FA (or 0x5614FA) is known color: Han Purple. HEX triplet: 56, 14 and FA. RGB value is (86,20,250). Sum of RGB (Red+Green+Blue) = 86+20+250=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #5614FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5614FA is #A9EB05. Grayscale: #414141. Windows color (decimal): -11135750 or 16389206. OLE color: 16389206.
HSL color Cylindrical-coordinate representation of color #5614FA: hue angle of 257.22º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5614FA is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 20 | 250 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.02 |
| HSL | 257.22º | 0.96% | 0.53% | - |
| HSV(B) | 257.22º | 0.92% | 0.98% | - |
| XYZ | 21.34 | 9.38 | 91.13 | - |
| YUV | 65.95 | 231.87 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 250 | 0.66 | 0.92 | 0 | 0.02 | 257.22 | 0.96 | 0.53 |
| Hex | 56 | 14 | FA | 42 | 5C | 0 | 2 | 101 | 60 | 35 |
| Octal | 126 | 24 | 372 | 102 | 134 | 0 | 2 | 401 | 140 | 65 |
| Binary | 1010110 | 10100 | 11111010 | 1000010 | 1011100 | 0 | 10 | 100000001 | 1100000 | 110101 |
Color Harmonies of #5614FA
Complementary color
Monochromatic Colors of #5614FA
Black with #5614FA
Text Example
Text Example
White with #5614FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5614FA; }
p { color: rgb(86,20,250); }
H1.HeaderClassName
{
color: #5614FA;
}
.AnyTagClassName
{
color: #5614FA;
}
</style>
background-color css
<style>
a { background-color: #5614FA; }
a { background-color: rgb(86,20,250); }
div.DivClassName
{
background-color: #5614FA;
}
.BgClassName
{
background-color: #5614FA;
}
</style>
border-color css
<style>
span { border-color: #5614FA; }
span { border-color: rgb(86,20,250); }
td.TdClassName
{
border-color: #5614FA;
}
.TagClassName
{
border-color: #5614FA;
}
</style>