Shades of Han Purple #560CF9
Tints of Han Purple #560CF9
RGB
CMYK
RGB Variations
Color information
#560CF9 (or 0x560CF9) is known color: Han Purple. HEX triplet: 56, 0C and F9. RGB value is (86,12,249). Sum of RGB (Red+Green+Blue) = 86+12+249=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 249 (97.66% from 255 or 71.76% from 347); Max value from RGB is 249 - color contains mainly: blue. Hex color #560CF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560CF9 is #A9F306. Grayscale: #3C3C3C. Windows color (decimal): -11137799 or 16321622. OLE color: 16321622.
HSL color Cylindrical-coordinate representation of color #560CF9: hue angle of 258.73º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560CF9 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 12 | 249 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.02 |
| HSL | 258.73º | 0.95% | 0.51% | - |
| HSV(B) | 258.73º | 0.95% | 0.98% | - |
| XYZ | 21.07 | 9.08 | 90.26 | - |
| YUV | 61.14 | 234.02 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 12 | 249 | 0.65 | 0.95 | 0 | 0.02 | 258.73 | 0.95 | 0.51 |
| Hex | 56 | C | F9 | 41 | 5F | 0 | 2 | 103 | 5F | 33 |
| Octal | 126 | 14 | 371 | 101 | 137 | 0 | 2 | 403 | 137 | 63 |
| Binary | 1010110 | 1100 | 11111001 | 1000001 | 1011111 | 0 | 10 | 100000011 | 1011111 | 110011 |
Color Harmonies of #560CF9
Complementary color
Monochromatic Colors of #560CF9
Black with #560CF9
Text Example
Text Example
White with #560CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560CF9; }
p { color: rgb(86,12,249); }
H1.HeaderClassName
{
color: #560CF9;
}
.AnyTagClassName
{
color: #560CF9;
}
</style>
background-color css
<style>
a { background-color: #560CF9; }
a { background-color: rgb(86,12,249); }
div.DivClassName
{
background-color: #560CF9;
}
.BgClassName
{
background-color: #560CF9;
}
</style>
border-color css
<style>
span { border-color: #560CF9; }
span { border-color: rgb(86,12,249); }
td.TdClassName
{
border-color: #560CF9;
}
.TagClassName
{
border-color: #560CF9;
}
</style>