Shades of Han Purple #560FDA
Tints of Han Purple #560FDA
RGB
CMYK
RGB Variations
Color information
#560FDA (or 0x560FDA) is known color: Han Purple. HEX triplet: 56, 0F and DA. RGB value is (86,15,218). Sum of RGB (Red+Green+Blue) = 86+15+218=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #560FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560FDA is #A9F025. Grayscale: #3A3A3A. Windows color (decimal): -11137062 or 14290774. OLE color: 14290774.
HSL color Cylindrical-coordinate representation of color #560FDA: hue angle of 260.99º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560FDA is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 15 | 218 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.15 |
| HSL | 260.99º | 0.87% | 0.46% | - |
| HSV(B) | 260.99º | 0.93% | 0.85% | - |
| XYZ | 16.66 | 7.38 | 66.88 | - |
| YUV | 59.37 | 217.52 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 218 | 0.61 | 0.93 | 0 | 0.15 | 260.99 | 0.87 | 0.46 |
| Hex | 56 | F | DA | 3D | 5D | 0 | F | 105 | 57 | 2E |
| Octal | 126 | 17 | 332 | 75 | 135 | 0 | 17 | 405 | 127 | 56 |
| Binary | 1010110 | 1111 | 11011010 | 111101 | 1011101 | 0 | 1111 | 100000101 | 1010111 | 101110 |
Color Harmonies of #560FDA
Complementary color
Monochromatic Colors of #560FDA
Black with #560FDA
Text Example
Text Example
White with #560FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560FDA; }
p { color: rgb(86,15,218); }
H1.HeaderClassName
{
color: #560FDA;
}
.AnyTagClassName
{
color: #560FDA;
}
</style>
background-color css
<style>
a { background-color: #560FDA; }
a { background-color: rgb(86,15,218); }
div.DivClassName
{
background-color: #560FDA;
}
.BgClassName
{
background-color: #560FDA;
}
</style>
border-color css
<style>
span { border-color: #560FDA; }
span { border-color: rgb(86,15,218); }
td.TdClassName
{
border-color: #560FDA;
}
.TagClassName
{
border-color: #560FDA;
}
</style>