Shades of Han Purple #551CE1
Tints of Han Purple #551CE1
RGB
CMYK
RGB Variations
Color information
#551CE1 (or 0x551CE1) is known color: Han Purple. HEX triplet: 55, 1C and E1. RGB value is (85,28,225). Sum of RGB (Red+Green+Blue) = 85+28+225=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 225 (88.28% from 255 or 66.57% from 338); Max value from RGB is 225 - color contains mainly: blue. Hex color #551CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551CE1 is #AAE31E. Grayscale: #424242. Windows color (decimal): -11199263 or 14752853. OLE color: 14752853.
HSL color Cylindrical-coordinate representation of color #551CE1: hue angle of 257.36º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551CE1 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 28 | 225 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.12 |
| HSL | 257.36º | 0.78% | 0.5% | - |
| HSV(B) | 257.36º | 0.88% | 0.88% | - |
| XYZ | 17.75 | 8.2 | 71.88 | - |
| YUV | 67.5 | 216.88 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 225 | 0.62 | 0.88 | 0 | 0.12 | 257.36 | 0.78 | 0.5 |
| Hex | 55 | 1C | E1 | 3E | 58 | 0 | C | 101 | 4E | 32 |
| Octal | 125 | 34 | 341 | 76 | 130 | 0 | 14 | 401 | 116 | 62 |
| Binary | 1010101 | 11100 | 11100001 | 111110 | 1011000 | 0 | 1100 | 100000001 | 1001110 | 110010 |
Color Harmonies of #551CE1
Complementary color
Monochromatic Colors of #551CE1
Black with #551CE1
Text Example
Text Example
White with #551CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551CE1; }
p { color: rgb(85,28,225); }
H1.HeaderClassName
{
color: #551CE1;
}
.AnyTagClassName
{
color: #551CE1;
}
</style>
background-color css
<style>
a { background-color: #551CE1; }
a { background-color: rgb(85,28,225); }
div.DivClassName
{
background-color: #551CE1;
}
.BgClassName
{
background-color: #551CE1;
}
</style>
border-color css
<style>
span { border-color: #551CE1; }
span { border-color: rgb(85,28,225); }
td.TdClassName
{
border-color: #551CE1;
}
.TagClassName
{
border-color: #551CE1;
}
</style>