Shades of Han Purple #550DDE
Tints of Han Purple #550DDE
RGB
CMYK
RGB Variations
Color information
#550DDE (or 0x550DDE) is known color: Han Purple. HEX triplet: 55, 0D and DE. RGB value is (85,13,222). Sum of RGB (Red+Green+Blue) = 85+13+222=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 222 (87.11% from 255 or 69.38% from 320); Max value from RGB is 222 - color contains mainly: blue. Hex color #550DDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550DDE is #AAF221. Grayscale: #393939. Windows color (decimal): -11203106 or 14552405. OLE color: 14552405.
HSL color Cylindrical-coordinate representation of color #550DDE: hue angle of 260.67º 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 #550DDE is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 13 | 222 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.13 |
| HSL | 260.67º | 0.89% | 0.46% | - |
| HSV(B) | 260.67º | 0.94% | 0.87% | - |
| XYZ | 17.08 | 7.49 | 69.65 | - |
| YUV | 58.35 | 220.35 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 222 | 0.62 | 0.94 | 0 | 0.13 | 260.67 | 0.89 | 0.46 |
| Hex | 55 | D | DE | 3E | 5E | 0 | D | 105 | 59 | 2E |
| Octal | 125 | 15 | 336 | 76 | 136 | 0 | 15 | 405 | 131 | 56 |
| Binary | 1010101 | 1101 | 11011110 | 111110 | 1011110 | 0 | 1101 | 100000101 | 1011001 | 101110 |
Color Harmonies of #550DDE
Complementary color
Monochromatic Colors of #550DDE
Black with #550DDE
Text Example
Text Example
White with #550DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550DDE; }
p { color: rgb(85,13,222); }
H1.HeaderClassName
{
color: #550DDE;
}
.AnyTagClassName
{
color: #550DDE;
}
</style>
background-color css
<style>
a { background-color: #550DDE; }
a { background-color: rgb(85,13,222); }
div.DivClassName
{
background-color: #550DDE;
}
.BgClassName
{
background-color: #550DDE;
}
</style>
border-color css
<style>
span { border-color: #550DDE; }
span { border-color: rgb(85,13,222); }
td.TdClassName
{
border-color: #550DDE;
}
.TagClassName
{
border-color: #550DDE;
}
</style>