Shades of Han Purple #5607DE
Tints of Han Purple #5607DE
RGB
CMYK
RGB Variations
Color information
#5607DE (or 0x5607DE) is known color: Han Purple. HEX triplet: 56, 07 and DE. RGB value is (86,7,222). Sum of RGB (Red+Green+Blue) = 86+7+222=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 222 (87.11% from 255 or 70.48% from 315); Max value from RGB is 222 - color contains mainly: blue. Hex color #5607DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5607DE is #A9F821. Grayscale: #363636. Windows color (decimal): -11139106 or 14550870. OLE color: 14550870.
HSL color Cylindrical-coordinate representation of color #5607DE: hue angle of 262.05º 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 #5607DE is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 7 | 222 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.13 |
| HSL | 262.05º | 0.94% | 0.45% | - |
| HSV(B) | 262.05º | 0.97% | 0.87% | - |
| XYZ | 17.1 | 7.4 | 69.64 | - |
| YUV | 55.13 | 222.17 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 222 | 0.61 | 0.97 | 0 | 0.13 | 262.05 | 0.94 | 0.45 |
| Hex | 56 | 7 | DE | 3D | 61 | 0 | D | 106 | 5E | 2D |
| Octal | 126 | 7 | 336 | 75 | 141 | 0 | 15 | 406 | 136 | 55 |
| Binary | 1010110 | 111 | 11011110 | 111101 | 1100001 | 0 | 1101 | 100000110 | 1011110 | 101101 |
Color Harmonies of #5607DE
Complementary color
Monochromatic Colors of #5607DE
Black with #5607DE
Text Example
Text Example
White with #5607DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5607DE; }
p { color: rgb(86,7,222); }
H1.HeaderClassName
{
color: #5607DE;
}
.AnyTagClassName
{
color: #5607DE;
}
</style>
background-color css
<style>
a { background-color: #5607DE; }
a { background-color: rgb(86,7,222); }
div.DivClassName
{
background-color: #5607DE;
}
.BgClassName
{
background-color: #5607DE;
}
</style>
border-color css
<style>
span { border-color: #5607DE; }
span { border-color: rgb(86,7,222); }
td.TdClassName
{
border-color: #5607DE;
}
.TagClassName
{
border-color: #5607DE;
}
</style>