Shades of Han Purple #550DDD
Tints of Han Purple #550DDD
RGB
CMYK
RGB Variations
Color information
#550DDD (or 0x550DDD) is known color: Han Purple. HEX triplet: 55, 0D and DD. RGB value is (85,13,221). Sum of RGB (Red+Green+Blue) = 85+13+221=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #550DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550DDD is #AAF222. Grayscale: #393939. Windows color (decimal): -11203107 or 14486869. OLE color: 14486869.
HSL color Cylindrical-coordinate representation of color #550DDD: hue angle of 260.77º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550DDD is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 13 | 221 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.13 |
| HSL | 260.77º | 0.89% | 0.46% | - |
| HSV(B) | 260.77º | 0.94% | 0.87% | - |
| XYZ | 16.94 | 7.44 | 68.95 | - |
| YUV | 58.24 | 219.85 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 221 | 0.62 | 0.94 | 0 | 0.13 | 260.77 | 0.89 | 0.46 |
| Hex | 55 | D | DD | 3E | 5E | 0 | D | 105 | 59 | 2E |
| Octal | 125 | 15 | 335 | 76 | 136 | 0 | 15 | 405 | 131 | 56 |
| Binary | 1010101 | 1101 | 11011101 | 111110 | 1011110 | 0 | 1101 | 100000101 | 1011001 | 101110 |
Color Harmonies of #550DDD
Complementary color
Monochromatic Colors of #550DDD
Black with #550DDD
Text Example
Text Example
White with #550DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550DDD; }
p { color: rgb(85,13,221); }
H1.HeaderClassName
{
color: #550DDD;
}
.AnyTagClassName
{
color: #550DDD;
}
</style>
background-color css
<style>
a { background-color: #550DDD; }
a { background-color: rgb(85,13,221); }
div.DivClassName
{
background-color: #550DDD;
}
.BgClassName
{
background-color: #550DDD;
}
</style>
border-color css
<style>
span { border-color: #550DDD; }
span { border-color: rgb(85,13,221); }
td.TdClassName
{
border-color: #550DDD;
}
.TagClassName
{
border-color: #550DDD;
}
</style>