Shades of Han Purple #5612FC
Tints of Han Purple #5612FC
RGB
CMYK
RGB Variations
Color information
#5612FC (or 0x5612FC) is known color: Han Purple. HEX triplet: 56, 12 and FC. RGB value is (86,18,252). Sum of RGB (Red+Green+Blue) = 86+18+252=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #5612FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5612FC is #A9ED03. Grayscale: #404040. Windows color (decimal): -11136260 or 16519766. OLE color: 16519766.
HSL color Cylindrical-coordinate representation of color #5612FC: hue angle of 257.44º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5612FC is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 18 | 252 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.01 |
| HSL | 257.44º | 0.98% | 0.53% | - |
| HSV(B) | 257.44º | 0.93% | 0.99% | - |
| XYZ | 21.62 | 9.44 | 92.78 | - |
| YUV | 65.01 | 233.53 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 252 | 0.66 | 0.93 | 0 | 0.01 | 257.44 | 0.98 | 0.53 |
| Hex | 56 | 12 | FC | 42 | 5D | 0 | 1 | 101 | 62 | 35 |
| Octal | 126 | 22 | 374 | 102 | 135 | 0 | 1 | 401 | 142 | 65 |
| Binary | 1010110 | 10010 | 11111100 | 1000010 | 1011101 | 0 | 1 | 100000001 | 1100010 | 110101 |
Color Harmonies of #5612FC
Complementary color
Monochromatic Colors of #5612FC
Black with #5612FC
Text Example
Text Example
White with #5612FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5612FC; }
p { color: rgb(86,18,252); }
H1.HeaderClassName
{
color: #5612FC;
}
.AnyTagClassName
{
color: #5612FC;
}
</style>
background-color css
<style>
a { background-color: #5612FC; }
a { background-color: rgb(86,18,252); }
div.DivClassName
{
background-color: #5612FC;
}
.BgClassName
{
background-color: #5612FC;
}
</style>
border-color css
<style>
span { border-color: #5612FC; }
span { border-color: rgb(86,18,252); }
td.TdClassName
{
border-color: #5612FC;
}
.TagClassName
{
border-color: #5612FC;
}
</style>