Shades of Han Purple #551CE0
Tints of Han Purple #551CE0
RGB
CMYK
RGB Variations
Color information
#551CE0 (or 0x551CE0) is known color: Han Purple. HEX triplet: 55, 1C and E0. RGB value is (85,28,224). Sum of RGB (Red+Green+Blue) = 85+28+224=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 224 (87.89% from 255 or 66.47% from 337); Max value from RGB is 224 - color contains mainly: blue. Hex color #551CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551CE0 is #AAE31F. Grayscale: #424242. Windows color (decimal): -11199264 or 14687317. OLE color: 14687317.
HSL color Cylindrical-coordinate representation of color #551CE0: hue angle of 257.45º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551CE0 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 28 | 224 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.12 |
| HSL | 257.45º | 0.78% | 0.49% | - |
| HSV(B) | 257.45º | 0.88% | 0.88% | - |
| XYZ | 17.62 | 8.14 | 71.16 | - |
| YUV | 67.39 | 216.38 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 224 | 0.62 | 0.88 | 0 | 0.12 | 257.45 | 0.78 | 0.49 |
| Hex | 55 | 1C | E0 | 3E | 58 | 0 | C | 101 | 4E | 31 |
| Octal | 125 | 34 | 340 | 76 | 130 | 0 | 14 | 401 | 116 | 61 |
| Binary | 1010101 | 11100 | 11100000 | 111110 | 1011000 | 0 | 1100 | 100000001 | 1001110 | 110001 |
Color Harmonies of #551CE0
Complementary color
Monochromatic Colors of #551CE0
Black with #551CE0
Text Example
Text Example
White with #551CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551CE0; }
p { color: rgb(85,28,224); }
H1.HeaderClassName
{
color: #551CE0;
}
.AnyTagClassName
{
color: #551CE0;
}
</style>
background-color css
<style>
a { background-color: #551CE0; }
a { background-color: rgb(85,28,224); }
div.DivClassName
{
background-color: #551CE0;
}
.BgClassName
{
background-color: #551CE0;
}
</style>
border-color css
<style>
span { border-color: #551CE0; }
span { border-color: rgb(85,28,224); }
td.TdClassName
{
border-color: #551CE0;
}
.TagClassName
{
border-color: #551CE0;
}
</style>