Shades of Han Purple #550ADD
Tints of Han Purple #550ADD
RGB
CMYK
RGB Variations
Color information
#550ADD (or 0x550ADD) is known color: Han Purple. HEX triplet: 55, 0A and DD. RGB value is (85,10,221). Sum of RGB (Red+Green+Blue) = 85+10+221=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #550ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550ADD is #AAF522. Grayscale: #373737. Windows color (decimal): -11203875 or 14486101. OLE color: 14486101.
HSL color Cylindrical-coordinate representation of color #550ADD: hue angle of 261.33º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550ADD is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 10 | 221 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.13 |
| HSL | 261.33º | 0.91% | 0.45% | - |
| HSV(B) | 261.33º | 0.95% | 0.87% | - |
| XYZ | 16.91 | 7.37 | 68.94 | - |
| YUV | 56.48 | 220.85 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 221 | 0.62 | 0.95 | 0 | 0.13 | 261.33 | 0.91 | 0.45 |
| Hex | 55 | A | DD | 3E | 5F | 0 | D | 105 | 5B | 2D |
| Octal | 125 | 12 | 335 | 76 | 137 | 0 | 15 | 405 | 133 | 55 |
| Binary | 1010101 | 1010 | 11011101 | 111110 | 1011111 | 0 | 1101 | 100000101 | 1011011 | 101101 |
Color Harmonies of #550ADD
Complementary color
Monochromatic Colors of #550ADD
Black with #550ADD
Text Example
Text Example
White with #550ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550ADD; }
p { color: rgb(85,10,221); }
H1.HeaderClassName
{
color: #550ADD;
}
.AnyTagClassName
{
color: #550ADD;
}
</style>
background-color css
<style>
a { background-color: #550ADD; }
a { background-color: rgb(85,10,221); }
div.DivClassName
{
background-color: #550ADD;
}
.BgClassName
{
background-color: #550ADD;
}
</style>
border-color css
<style>
span { border-color: #550ADD; }
span { border-color: rgb(85,10,221); }
td.TdClassName
{
border-color: #550ADD;
}
.TagClassName
{
border-color: #550ADD;
}
</style>