Shades of Han Purple #5607DD
Tints of Han Purple #5607DD
RGB
CMYK
RGB Variations
Color information
#5607DD (or 0x5607DD) is known color: Han Purple. HEX triplet: 56, 07 and DD. RGB value is (86,7,221). Sum of RGB (Red+Green+Blue) = 86+7+221=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #5607DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5607DD is #A9F822. Grayscale: #363636. Windows color (decimal): -11139107 or 14485334. OLE color: 14485334.
HSL color Cylindrical-coordinate representation of color #5607DD: hue angle of 262.15º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5607DD is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 7 | 221 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.13 |
| HSL | 262.15º | 0.94% | 0.45% | - |
| HSV(B) | 262.15º | 0.97% | 0.87% | - |
| XYZ | 16.96 | 7.35 | 68.93 | - |
| YUV | 55.02 | 221.67 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 221 | 0.61 | 0.97 | 0 | 0.13 | 262.15 | 0.94 | 0.45 |
| Hex | 56 | 7 | DD | 3D | 61 | 0 | D | 106 | 5E | 2D |
| Octal | 126 | 7 | 335 | 75 | 141 | 0 | 15 | 406 | 136 | 55 |
| Binary | 1010110 | 111 | 11011101 | 111101 | 1100001 | 0 | 1101 | 100000110 | 1011110 | 101101 |
Color Harmonies of #5607DD
Complementary color
Monochromatic Colors of #5607DD
Black with #5607DD
Text Example
Text Example
White with #5607DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5607DD; }
p { color: rgb(86,7,221); }
H1.HeaderClassName
{
color: #5607DD;
}
.AnyTagClassName
{
color: #5607DD;
}
</style>
background-color css
<style>
a { background-color: #5607DD; }
a { background-color: rgb(86,7,221); }
div.DivClassName
{
background-color: #5607DD;
}
.BgClassName
{
background-color: #5607DD;
}
</style>
border-color css
<style>
span { border-color: #5607DD; }
span { border-color: rgb(86,7,221); }
td.TdClassName
{
border-color: #5607DD;
}
.TagClassName
{
border-color: #5607DD;
}
</style>