Shades of Han Purple #551CE4
Tints of Han Purple #551CE4
RGB
CMYK
RGB Variations
Color information
#551CE4 (or 0x551CE4) is known color: Han Purple. HEX triplet: 55, 1C and E4. RGB value is (85,28,228). Sum of RGB (Red+Green+Blue) = 85+28+228=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 228 (89.45% from 255 or 66.86% from 341); Max value from RGB is 228 - color contains mainly: blue. Hex color #551CE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551CE4 is #AAE31B. Grayscale: #434343. Windows color (decimal): -11199260 or 14949461. OLE color: 14949461.
HSL color Cylindrical-coordinate representation of color #551CE4: hue angle of 257.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551CE4 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 28 | 228 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.11 |
| HSL | 257.1º | 0.79% | 0.5% | - |
| HSV(B) | 257.1º | 0.88% | 0.89% | - |
| XYZ | 18.17 | 8.36 | 74.06 | - |
| YUV | 67.84 | 218.38 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 228 | 0.63 | 0.88 | 0 | 0.11 | 257.1 | 0.79 | 0.5 |
| Hex | 55 | 1C | E4 | 3F | 58 | 0 | B | 101 | 4F | 32 |
| Octal | 125 | 34 | 344 | 77 | 130 | 0 | 13 | 401 | 117 | 62 |
| Binary | 1010101 | 11100 | 11100100 | 111111 | 1011000 | 0 | 1011 | 100000001 | 1001111 | 110010 |
Color Harmonies of #551CE4
Complementary color
Monochromatic Colors of #551CE4
Black with #551CE4
Text Example
Text Example
White with #551CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551CE4; }
p { color: rgb(85,28,228); }
H1.HeaderClassName
{
color: #551CE4;
}
.AnyTagClassName
{
color: #551CE4;
}
</style>
background-color css
<style>
a { background-color: #551CE4; }
a { background-color: rgb(85,28,228); }
div.DivClassName
{
background-color: #551CE4;
}
.BgClassName
{
background-color: #551CE4;
}
</style>
border-color css
<style>
span { border-color: #551CE4; }
span { border-color: rgb(85,28,228); }
td.TdClassName
{
border-color: #551CE4;
}
.TagClassName
{
border-color: #551CE4;
}
</style>