Shades of Han Purple #550DE5
Tints of Han Purple #550DE5
RGB
CMYK
RGB Variations
Color information
#550DE5 (or 0x550DE5) is known color: Han Purple. HEX triplet: 55, 0D and E5. RGB value is (85,13,229). Sum of RGB (Red+Green+Blue) = 85+13+229=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 229 (89.84% from 255 or 70.03% from 327); Max value from RGB is 229 - color contains mainly: blue. Hex color #550DE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550DE5 is #AAF21A. Grayscale: #3A3A3A. Windows color (decimal): -11203099 or 15011157. OLE color: 15011157.
HSL color Cylindrical-coordinate representation of color #550DE5: hue angle of 260º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550DE5 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 13 | 229 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.10 |
| HSL | 260º | 0.89% | 0.47% | - |
| HSV(B) | 260º | 0.94% | 0.9% | - |
| XYZ | 18.03 | 7.88 | 74.7 | - |
| YUV | 59.15 | 223.85 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 229 | 0.63 | 0.94 | 0 | 0.10 | 260 | 0.89 | 0.47 |
| Hex | 55 | D | E5 | 3F | 5E | 0 | A | 104 | 59 | 2F |
| Octal | 125 | 15 | 345 | 77 | 136 | 0 | 12 | 404 | 131 | 57 |
| Binary | 1010101 | 1101 | 11100101 | 111111 | 1011110 | 0 | 1010 | 100000100 | 1011001 | 101111 |
Color Harmonies of #550DE5
Complementary color
Monochromatic Colors of #550DE5
Black with #550DE5
Text Example
Text Example
White with #550DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550DE5; }
p { color: rgb(85,13,229); }
H1.HeaderClassName
{
color: #550DE5;
}
.AnyTagClassName
{
color: #550DE5;
}
</style>
background-color css
<style>
a { background-color: #550DE5; }
a { background-color: rgb(85,13,229); }
div.DivClassName
{
background-color: #550DE5;
}
.BgClassName
{
background-color: #550DE5;
}
</style>
border-color css
<style>
span { border-color: #550DE5; }
span { border-color: rgb(85,13,229); }
td.TdClassName
{
border-color: #550DE5;
}
.TagClassName
{
border-color: #550DE5;
}
</style>