Shades of Han Purple #5604DD
Tints of Han Purple #5604DD
RGB
CMYK
RGB Variations
Color information
#5604DD (or 0x5604DD) is known color: Han Purple. HEX triplet: 56, 04 and DD. RGB value is (86,4,221). Sum of RGB (Red+Green+Blue) = 86+4+221=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #5604DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5604DD is #A9FB22. Grayscale: #343434. Windows color (decimal): -11139875 or 14484566. OLE color: 14484566.
HSL color Cylindrical-coordinate representation of color #5604DD: hue angle of 262.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5604DD is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 4 | 221 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.13 |
| HSL | 262.67º | 0.96% | 0.44% | - |
| HSV(B) | 262.67º | 0.98% | 0.87% | - |
| XYZ | 16.93 | 7.29 | 68.92 | - |
| YUV | 53.26 | 222.67 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 221 | 0.61 | 0.98 | 0 | 0.13 | 262.67 | 0.96 | 0.44 |
| Hex | 56 | 4 | DD | 3D | 62 | 0 | D | 107 | 60 | 2C |
| Octal | 126 | 4 | 335 | 75 | 142 | 0 | 15 | 407 | 140 | 54 |
| Binary | 1010110 | 100 | 11011101 | 111101 | 1100010 | 0 | 1101 | 100000111 | 1100000 | 101100 |
Color Harmonies of #5604DD
Complementary color
Monochromatic Colors of #5604DD
Black with #5604DD
Text Example
Text Example
White with #5604DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5604DD; }
p { color: rgb(86,4,221); }
H1.HeaderClassName
{
color: #5604DD;
}
.AnyTagClassName
{
color: #5604DD;
}
</style>
background-color css
<style>
a { background-color: #5604DD; }
a { background-color: rgb(86,4,221); }
div.DivClassName
{
background-color: #5604DD;
}
.BgClassName
{
background-color: #5604DD;
}
</style>
border-color css
<style>
span { border-color: #5604DD; }
span { border-color: rgb(86,4,221); }
td.TdClassName
{
border-color: #5604DD;
}
.TagClassName
{
border-color: #5604DD;
}
</style>