Shades of Han Purple #560CFB
Tints of Han Purple #560CFB
RGB
CMYK
RGB Variations
Color information
#560CFB (or 0x560CFB) is known color: Han Purple. HEX triplet: 56, 0C and FB. RGB value is (86,12,251). Sum of RGB (Red+Green+Blue) = 86+12+251=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #560CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560CFB is #A9F304. Grayscale: #3C3C3C. Windows color (decimal): -11137797 or 16452694. OLE color: 16452694.
HSL color Cylindrical-coordinate representation of color #560CFB: hue angle of 258.58º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560CFB is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 12 | 251 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.02 |
| HSL | 258.58º | 0.97% | 0.52% | - |
| HSV(B) | 258.58º | 0.95% | 0.98% | - |
| XYZ | 21.38 | 9.21 | 91.92 | - |
| YUV | 61.37 | 235.02 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 12 | 251 | 0.66 | 0.95 | 0 | 0.02 | 258.58 | 0.97 | 0.52 |
| Hex | 56 | C | FB | 42 | 5F | 0 | 2 | 103 | 61 | 34 |
| Octal | 126 | 14 | 373 | 102 | 137 | 0 | 2 | 403 | 141 | 64 |
| Binary | 1010110 | 1100 | 11111011 | 1000010 | 1011111 | 0 | 10 | 100000011 | 1100001 | 110100 |
Color Harmonies of #560CFB
Complementary color
Monochromatic Colors of #560CFB
Black with #560CFB
Text Example
Text Example
White with #560CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560CFB; }
p { color: rgb(86,12,251); }
H1.HeaderClassName
{
color: #560CFB;
}
.AnyTagClassName
{
color: #560CFB;
}
</style>
background-color css
<style>
a { background-color: #560CFB; }
a { background-color: rgb(86,12,251); }
div.DivClassName
{
background-color: #560CFB;
}
.BgClassName
{
background-color: #560CFB;
}
</style>
border-color css
<style>
span { border-color: #560CFB; }
span { border-color: rgb(86,12,251); }
td.TdClassName
{
border-color: #560CFB;
}
.TagClassName
{
border-color: #560CFB;
}
</style>