Shades of Han Purple #551EDD
Tints of Han Purple #551EDD
RGB
CMYK
RGB Variations
Color information
#551EDD (or 0x551EDD) is known color: Han Purple. HEX triplet: 55, 1E and DD. RGB value is (85,30,221). Sum of RGB (Red+Green+Blue) = 85+30+221=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #551EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551EDD is #AAE122. Grayscale: #434343. Windows color (decimal): -11198755 or 14491221. OLE color: 14491221.
HSL color Cylindrical-coordinate representation of color #551EDD: hue angle of 257.28º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551EDD is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 30 | 221 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.13 |
| HSL | 257.28º | 0.76% | 0.49% | - |
| HSV(B) | 257.28º | 0.86% | 0.87% | - |
| XYZ | 17.26 | 8.08 | 69.06 | - |
| YUV | 68.22 | 214.22 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 221 | 0.62 | 0.86 | 0 | 0.13 | 257.28 | 0.76 | 0.49 |
| Hex | 55 | 1E | DD | 3E | 56 | 0 | D | 101 | 4C | 31 |
| Octal | 125 | 36 | 335 | 76 | 126 | 0 | 15 | 401 | 114 | 61 |
| Binary | 1010101 | 11110 | 11011101 | 111110 | 1010110 | 0 | 1101 | 100000001 | 1001100 | 110001 |
Color Harmonies of #551EDD
Complementary color
Monochromatic Colors of #551EDD
Black with #551EDD
Text Example
Text Example
White with #551EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551EDD; }
p { color: rgb(85,30,221); }
H1.HeaderClassName
{
color: #551EDD;
}
.AnyTagClassName
{
color: #551EDD;
}
</style>
background-color css
<style>
a { background-color: #551EDD; }
a { background-color: rgb(85,30,221); }
div.DivClassName
{
background-color: #551EDD;
}
.BgClassName
{
background-color: #551EDD;
}
</style>
border-color css
<style>
span { border-color: #551EDD; }
span { border-color: rgb(85,30,221); }
td.TdClassName
{
border-color: #551EDD;
}
.TagClassName
{
border-color: #551EDD;
}
</style>