Shades of Han Purple #551BDD
Tints of Han Purple #551BDD
RGB
CMYK
RGB Variations
Color information
#551BDD (or 0x551BDD) is known color: Han Purple. HEX triplet: 55, 1B and DD. RGB value is (85,27,221). Sum of RGB (Red+Green+Blue) = 85+27+221=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #551BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551BDD is #AAE422. Grayscale: #414141. Windows color (decimal): -11199523 or 14490453. OLE color: 14490453.
HSL color Cylindrical-coordinate representation of color #551BDD: hue angle of 257.94º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551BDD is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 27 | 221 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.13 |
| HSL | 257.94º | 0.78% | 0.49% | - |
| HSV(B) | 257.94º | 0.88% | 0.87% | - |
| XYZ | 17.19 | 7.94 | 69.03 | - |
| YUV | 66.46 | 215.22 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 221 | 0.62 | 0.88 | 0 | 0.13 | 257.94 | 0.78 | 0.49 |
| Hex | 55 | 1B | DD | 3E | 58 | 0 | D | 102 | 4E | 31 |
| Octal | 125 | 33 | 335 | 76 | 130 | 0 | 15 | 402 | 116 | 61 |
| Binary | 1010101 | 11011 | 11011101 | 111110 | 1011000 | 0 | 1101 | 100000010 | 1001110 | 110001 |
Color Harmonies of #551BDD
Complementary color
Monochromatic Colors of #551BDD
Black with #551BDD
Text Example
Text Example
White with #551BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551BDD; }
p { color: rgb(85,27,221); }
H1.HeaderClassName
{
color: #551BDD;
}
.AnyTagClassName
{
color: #551BDD;
}
</style>
background-color css
<style>
a { background-color: #551BDD; }
a { background-color: rgb(85,27,221); }
div.DivClassName
{
background-color: #551BDD;
}
.BgClassName
{
background-color: #551BDD;
}
</style>
border-color css
<style>
span { border-color: #551BDD; }
span { border-color: rgb(85,27,221); }
td.TdClassName
{
border-color: #551BDD;
}
.TagClassName
{
border-color: #551BDD;
}
</style>