Shades of Han Purple #5613FC
Tints of Han Purple #5613FC
RGB
CMYK
RGB Variations
Color information
#5613FC (or 0x5613FC) is known color: Han Purple. HEX triplet: 56, 13 and FC. RGB value is (86,19,252). Sum of RGB (Red+Green+Blue) = 86+19+252=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 252 (98.83% from 255 or 70.59% from 357); Max value from RGB is 252 - color contains mainly: blue. Hex color #5613FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5613FC is #A9EC03. Grayscale: #404040. Windows color (decimal): -11136004 or 16520022. OLE color: 16520022.
HSL color Cylindrical-coordinate representation of color #5613FC: hue angle of 257.25º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5613FC is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 19 | 252 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.01 |
| HSL | 257.25º | 0.97% | 0.53% | - |
| HSV(B) | 257.25º | 0.92% | 0.99% | - |
| XYZ | 21.64 | 9.47 | 92.78 | - |
| YUV | 65.6 | 233.2 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 252 | 0.66 | 0.92 | 0 | 0.01 | 257.25 | 0.97 | 0.53 |
| Hex | 56 | 13 | FC | 42 | 5C | 0 | 1 | 101 | 61 | 35 |
| Octal | 126 | 23 | 374 | 102 | 134 | 0 | 1 | 401 | 141 | 65 |
| Binary | 1010110 | 10011 | 11111100 | 1000010 | 1011100 | 0 | 1 | 100000001 | 1100001 | 110101 |
Color Harmonies of #5613FC
Complementary color
Monochromatic Colors of #5613FC
Black with #5613FC
Text Example
Text Example
White with #5613FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5613FC; }
p { color: rgb(86,19,252); }
H1.HeaderClassName
{
color: #5613FC;
}
.AnyTagClassName
{
color: #5613FC;
}
</style>
background-color css
<style>
a { background-color: #5613FC; }
a { background-color: rgb(86,19,252); }
div.DivClassName
{
background-color: #5613FC;
}
.BgClassName
{
background-color: #5613FC;
}
</style>
border-color css
<style>
span { border-color: #5613FC; }
span { border-color: rgb(86,19,252); }
td.TdClassName
{
border-color: #5613FC;
}
.TagClassName
{
border-color: #5613FC;
}
</style>