Shades of Han Purple #550DD8
Tints of Han Purple #550DD8
RGB
CMYK
RGB Variations
Color information
#550DD8 (or 0x550DD8) is known color: Han Purple. HEX triplet: 55, 0D and D8. RGB value is (85,13,216). Sum of RGB (Red+Green+Blue) = 85+13+216=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 216 (84.77% from 255 or 68.79% from 314); Max value from RGB is 216 - color contains mainly: blue. Hex color #550DD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550DD8 is #AAF227. Grayscale: #383838. Windows color (decimal): -11203112 or 14159189. OLE color: 14159189.
HSL color Cylindrical-coordinate representation of color #550DD8: hue angle of 261.28º 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 #550DD8 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 13 | 216 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.15 |
| HSL | 261.28º | 0.89% | 0.45% | - |
| HSV(B) | 261.28º | 0.94% | 0.85% | - |
| XYZ | 16.28 | 7.18 | 65.49 | - |
| YUV | 57.67 | 217.35 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 216 | 0.61 | 0.94 | 0 | 0.15 | 261.28 | 0.89 | 0.45 |
| Hex | 55 | D | D8 | 3D | 5E | 0 | F | 105 | 59 | 2D |
| Octal | 125 | 15 | 330 | 75 | 136 | 0 | 17 | 405 | 131 | 55 |
| Binary | 1010101 | 1101 | 11011000 | 111101 | 1011110 | 0 | 1111 | 100000101 | 1011001 | 101101 |
Color Harmonies of #550DD8
Complementary color
Monochromatic Colors of #550DD8
Black with #550DD8
Text Example
Text Example
White with #550DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550DD8; }
p { color: rgb(85,13,216); }
H1.HeaderClassName
{
color: #550DD8;
}
.AnyTagClassName
{
color: #550DD8;
}
</style>
background-color css
<style>
a { background-color: #550DD8; }
a { background-color: rgb(85,13,216); }
div.DivClassName
{
background-color: #550DD8;
}
.BgClassName
{
background-color: #550DD8;
}
</style>
border-color css
<style>
span { border-color: #550DD8; }
span { border-color: rgb(85,13,216); }
td.TdClassName
{
border-color: #550DD8;
}
.TagClassName
{
border-color: #550DD8;
}
</style>