Shades of Han Purple #5509DB
Tints of Han Purple #5509DB
RGB
CMYK
RGB Variations
Color information
#5509DB (or 0x5509DB) is known color: Han Purple. HEX triplet: 55, 09 and DB. RGB value is (85,9,219). Sum of RGB (Red+Green+Blue) = 85+9+219=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #5509DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5509DB is #AAF624. Grayscale: #363636. Windows color (decimal): -11204133 or 14354773. OLE color: 14354773.
HSL color Cylindrical-coordinate representation of color #5509DB: hue angle of 261.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5509DB is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 9 | 219 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.14 |
| HSL | 261.71º | 0.92% | 0.45% | - |
| HSV(B) | 261.71º | 0.96% | 0.86% | - |
| XYZ | 16.63 | 7.24 | 67.54 | - |
| YUV | 55.66 | 220.18 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 219 | 0.61 | 0.96 | 0 | 0.14 | 261.71 | 0.92 | 0.45 |
| Hex | 55 | 9 | DB | 3D | 60 | 0 | E | 106 | 5C | 2D |
| Octal | 125 | 11 | 333 | 75 | 140 | 0 | 16 | 406 | 134 | 55 |
| Binary | 1010101 | 1001 | 11011011 | 111101 | 1100000 | 0 | 1110 | 100000110 | 1011100 | 101101 |
Color Harmonies of #5509DB
Complementary color
Monochromatic Colors of #5509DB
Black with #5509DB
Text Example
Text Example
White with #5509DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5509DB; }
p { color: rgb(85,9,219); }
H1.HeaderClassName
{
color: #5509DB;
}
.AnyTagClassName
{
color: #5509DB;
}
</style>
background-color css
<style>
a { background-color: #5509DB; }
a { background-color: rgb(85,9,219); }
div.DivClassName
{
background-color: #5509DB;
}
.BgClassName
{
background-color: #5509DB;
}
</style>
border-color css
<style>
span { border-color: #5509DB; }
span { border-color: rgb(85,9,219); }
td.TdClassName
{
border-color: #5509DB;
}
.TagClassName
{
border-color: #5509DB;
}
</style>