Shades of Han Purple #550DDA
Tints of Han Purple #550DDA
RGB
CMYK
RGB Variations
Color information
#550DDA (or 0x550DDA) is known color: Han Purple. HEX triplet: 55, 0D and DA. RGB value is (85,13,218). Sum of RGB (Red+Green+Blue) = 85+13+218=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #550DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550DDA is #AAF225. Grayscale: #393939. Windows color (decimal): -11203110 or 14290261. OLE color: 14290261.
HSL color Cylindrical-coordinate representation of color #550DDA: hue angle of 261.07º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550DDA is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 13 | 218 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.15 |
| HSL | 261.07º | 0.89% | 0.45% | - |
| HSV(B) | 261.07º | 0.94% | 0.85% | - |
| XYZ | 16.55 | 7.28 | 66.86 | - |
| YUV | 57.9 | 218.35 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 218 | 0.61 | 0.94 | 0 | 0.15 | 261.07 | 0.89 | 0.45 |
| Hex | 55 | D | DA | 3D | 5E | 0 | F | 105 | 59 | 2D |
| Octal | 125 | 15 | 332 | 75 | 136 | 0 | 17 | 405 | 131 | 55 |
| Binary | 1010101 | 1101 | 11011010 | 111101 | 1011110 | 0 | 1111 | 100000101 | 1011001 | 101101 |
Color Harmonies of #550DDA
Complementary color
Monochromatic Colors of #550DDA
Black with #550DDA
Text Example
Text Example
White with #550DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550DDA; }
p { color: rgb(85,13,218); }
H1.HeaderClassName
{
color: #550DDA;
}
.AnyTagClassName
{
color: #550DDA;
}
</style>
background-color css
<style>
a { background-color: #550DDA; }
a { background-color: rgb(85,13,218); }
div.DivClassName
{
background-color: #550DDA;
}
.BgClassName
{
background-color: #550DDA;
}
</style>
border-color css
<style>
span { border-color: #550DDA; }
span { border-color: rgb(85,13,218); }
td.TdClassName
{
border-color: #550DDA;
}
.TagClassName
{
border-color: #550DDA;
}
</style>