Shades of Han Purple #560FFB
Tints of Han Purple #560FFB
RGB
CMYK
RGB Variations
Color information
#560FFB (or 0x560FFB) is known color: Han Purple. HEX triplet: 56, 0F and FB. RGB value is (86,15,251). Sum of RGB (Red+Green+Blue) = 86+15+251=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #560FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560FFB is #A9F004. Grayscale: #3E3E3E. Windows color (decimal): -11137029 or 16453462. OLE color: 16453462.
HSL color Cylindrical-coordinate representation of color #560FFB: hue angle of 258.05º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560FFB is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 15 | 251 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.02 |
| HSL | 258.05º | 0.97% | 0.52% | - |
| HSV(B) | 258.05º | 0.94% | 0.98% | - |
| XYZ | 21.42 | 9.29 | 91.93 | - |
| YUV | 63.13 | 234.02 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 251 | 0.66 | 0.94 | 0 | 0.02 | 258.05 | 0.97 | 0.52 |
| Hex | 56 | F | FB | 42 | 5E | 0 | 2 | 102 | 61 | 34 |
| Octal | 126 | 17 | 373 | 102 | 136 | 0 | 2 | 402 | 141 | 64 |
| Binary | 1010110 | 1111 | 11111011 | 1000010 | 1011110 | 0 | 10 | 100000010 | 1100001 | 110100 |
Color Harmonies of #560FFB
Complementary color
Monochromatic Colors of #560FFB
Black with #560FFB
Text Example
Text Example
White with #560FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560FFB; }
p { color: rgb(86,15,251); }
H1.HeaderClassName
{
color: #560FFB;
}
.AnyTagClassName
{
color: #560FFB;
}
</style>
background-color css
<style>
a { background-color: #560FFB; }
a { background-color: rgb(86,15,251); }
div.DivClassName
{
background-color: #560FFB;
}
.BgClassName
{
background-color: #560FFB;
}
</style>
border-color css
<style>
span { border-color: #560FFB; }
span { border-color: rgb(86,15,251); }
td.TdClassName
{
border-color: #560FFB;
}
.TagClassName
{
border-color: #560FFB;
}
</style>