Shades of Han Purple #5603DB
Tints of Han Purple #5603DB
RGB
CMYK
RGB Variations
Color information
#5603DB (or 0x5603DB) is known color: Han Purple. HEX triplet: 56, 03 and DB. RGB value is (86,3,219). Sum of RGB (Red+Green+Blue) = 86+3+219=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #5603DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5603DB is #A9FC24. Grayscale: #333333. Windows color (decimal): -11140133 or 14353238. OLE color: 14353238.
HSL color Cylindrical-coordinate representation of color #5603DB: hue angle of 263.06º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5603DB is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 3 | 219 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.14 |
| HSL | 263.06º | 0.97% | 0.44% | - |
| HSV(B) | 263.06º | 0.99% | 0.86% | - |
| XYZ | 16.66 | 7.16 | 67.52 | - |
| YUV | 52.44 | 222 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 219 | 0.61 | 0.99 | 0 | 0.14 | 263.06 | 0.97 | 0.44 |
| Hex | 56 | 3 | DB | 3D | 63 | 0 | E | 107 | 61 | 2C |
| Octal | 126 | 3 | 333 | 75 | 143 | 0 | 16 | 407 | 141 | 54 |
| Binary | 1010110 | 11 | 11011011 | 111101 | 1100011 | 0 | 1110 | 100000111 | 1100001 | 101100 |
Color Harmonies of #5603DB
Complementary color
Monochromatic Colors of #5603DB
Black with #5603DB
Text Example
Text Example
White with #5603DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5603DB; }
p { color: rgb(86,3,219); }
H1.HeaderClassName
{
color: #5603DB;
}
.AnyTagClassName
{
color: #5603DB;
}
</style>
background-color css
<style>
a { background-color: #5603DB; }
a { background-color: rgb(86,3,219); }
div.DivClassName
{
background-color: #5603DB;
}
.BgClassName
{
background-color: #5603DB;
}
</style>
border-color css
<style>
span { border-color: #5603DB; }
span { border-color: rgb(86,3,219); }
td.TdClassName
{
border-color: #5603DB;
}
.TagClassName
{
border-color: #5603DB;
}
</style>