Shades of Han Purple #551EE1
Tints of Han Purple #551EE1
RGB
CMYK
RGB Variations
Color information
#551EE1 (or 0x551EE1) is known color: Han Purple. HEX triplet: 55, 1E and E1. RGB value is (85,30,225). Sum of RGB (Red+Green+Blue) = 85+30+225=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 225 (88.28% from 255 or 66.18% from 340); Max value from RGB is 225 - color contains mainly: blue. Hex color #551EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551EE1 is #AAE11E. Grayscale: #434343. Windows color (decimal): -11198751 or 14753365. OLE color: 14753365.
HSL color Cylindrical-coordinate representation of color #551EE1: hue angle of 256.92º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551EE1 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 30 | 225 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.12 |
| HSL | 256.92º | 0.76% | 0.5% | - |
| HSV(B) | 256.92º | 0.87% | 0.88% | - |
| XYZ | 17.8 | 8.3 | 71.9 | - |
| YUV | 68.68 | 216.22 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 225 | 0.62 | 0.87 | 0 | 0.12 | 256.92 | 0.76 | 0.5 |
| Hex | 55 | 1E | E1 | 3E | 57 | 0 | C | 101 | 4C | 32 |
| Octal | 125 | 36 | 341 | 76 | 127 | 0 | 14 | 401 | 114 | 62 |
| Binary | 1010101 | 11110 | 11100001 | 111110 | 1010111 | 0 | 1100 | 100000001 | 1001100 | 110010 |
Color Harmonies of #551EE1
Complementary color
Monochromatic Colors of #551EE1
Black with #551EE1
Text Example
Text Example
White with #551EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551EE1; }
p { color: rgb(85,30,225); }
H1.HeaderClassName
{
color: #551EE1;
}
.AnyTagClassName
{
color: #551EE1;
}
</style>
background-color css
<style>
a { background-color: #551EE1; }
a { background-color: rgb(85,30,225); }
div.DivClassName
{
background-color: #551EE1;
}
.BgClassName
{
background-color: #551EE1;
}
</style>
border-color css
<style>
span { border-color: #551EE1; }
span { border-color: rgb(85,30,225); }
td.TdClassName
{
border-color: #551EE1;
}
.TagClassName
{
border-color: #551EE1;
}
</style>