Shades of Han Purple #560FF5
Tints of Han Purple #560FF5
RGB
CMYK
RGB Variations
Color information
#560FF5 (or 0x560FF5) is known color: Han Purple. HEX triplet: 56, 0F and F5. RGB value is (86,15,245). Sum of RGB (Red+Green+Blue) = 86+15+245=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 245 (96.09% from 255 or 70.81% from 346); Max value from RGB is 245 - color contains mainly: blue. Hex color #560FF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560FF5 is #A9F00A. Grayscale: #3D3D3D. Windows color (decimal): -11137035 or 16060246. OLE color: 16060246.
HSL color Cylindrical-coordinate representation of color #560FF5: hue angle of 258.52º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560FF5 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 15 | 245 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.04 |
| HSL | 258.52º | 0.92% | 0.51% | - |
| HSV(B) | 258.52º | 0.94% | 0.96% | - |
| XYZ | 20.49 | 8.91 | 87.03 | - |
| YUV | 62.45 | 231.02 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 245 | 0.65 | 0.94 | 0 | 0.04 | 258.52 | 0.92 | 0.51 |
| Hex | 56 | F | F5 | 41 | 5E | 0 | 4 | 103 | 5C | 33 |
| Octal | 126 | 17 | 365 | 101 | 136 | 0 | 4 | 403 | 134 | 63 |
| Binary | 1010110 | 1111 | 11110101 | 1000001 | 1011110 | 0 | 100 | 100000011 | 1011100 | 110011 |
Color Harmonies of #560FF5
Complementary color
Monochromatic Colors of #560FF5
Black with #560FF5
Text Example
Text Example
White with #560FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560FF5; }
p { color: rgb(86,15,245); }
H1.HeaderClassName
{
color: #560FF5;
}
.AnyTagClassName
{
color: #560FF5;
}
</style>
background-color css
<style>
a { background-color: #560FF5; }
a { background-color: rgb(86,15,245); }
div.DivClassName
{
background-color: #560FF5;
}
.BgClassName
{
background-color: #560FF5;
}
</style>
border-color css
<style>
span { border-color: #560FF5; }
span { border-color: rgb(86,15,245); }
td.TdClassName
{
border-color: #560FF5;
}
.TagClassName
{
border-color: #560FF5;
}
</style>