Shades of Han Purple #5603DF
Tints of Han Purple #5603DF
RGB
CMYK
RGB Variations
Color information
#5603DF (or 0x5603DF) is known color: Han Purple. HEX triplet: 56, 03 and DF. RGB value is (86,3,223). Sum of RGB (Red+Green+Blue) = 86+3+223=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #5603DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5603DF is #A9FC20. Grayscale: #343434. Windows color (decimal): -11140129 or 14615382. OLE color: 14615382.
HSL color Cylindrical-coordinate representation of color #5603DF: hue angle of 262.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5603DF is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 3 | 223 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.13 |
| HSL | 262.64º | 0.97% | 0.44% | - |
| HSV(B) | 262.64º | 0.99% | 0.87% | - |
| XYZ | 17.19 | 7.37 | 70.33 | - |
| YUV | 52.9 | 224 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 223 | 0.61 | 0.99 | 0 | 0.13 | 262.64 | 0.97 | 0.44 |
| Hex | 56 | 3 | DF | 3D | 63 | 0 | D | 107 | 61 | 2C |
| Octal | 126 | 3 | 337 | 75 | 143 | 0 | 15 | 407 | 141 | 54 |
| Binary | 1010110 | 11 | 11011111 | 111101 | 1100011 | 0 | 1101 | 100000111 | 1100001 | 101100 |
Color Harmonies of #5603DF
Complementary color
Monochromatic Colors of #5603DF
Black with #5603DF
Text Example
Text Example
White with #5603DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5603DF; }
p { color: rgb(86,3,223); }
H1.HeaderClassName
{
color: #5603DF;
}
.AnyTagClassName
{
color: #5603DF;
}
</style>
background-color css
<style>
a { background-color: #5603DF; }
a { background-color: rgb(86,3,223); }
div.DivClassName
{
background-color: #5603DF;
}
.BgClassName
{
background-color: #5603DF;
}
</style>
border-color css
<style>
span { border-color: #5603DF; }
span { border-color: rgb(86,3,223); }
td.TdClassName
{
border-color: #5603DF;
}
.TagClassName
{
border-color: #5603DF;
}
</style>