Shades of Han Purple #551CE5
Tints of Han Purple #551CE5
RGB
CMYK
RGB Variations
Color information
#551CE5 (or 0x551CE5) is known color: Han Purple. HEX triplet: 55, 1C and E5. RGB value is (85,28,229). Sum of RGB (Red+Green+Blue) = 85+28+229=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 229 (89.84% from 255 or 66.96% from 342); Max value from RGB is 229 - color contains mainly: blue. Hex color #551CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551CE5 is #AAE31A. Grayscale: #434343. Windows color (decimal): -11199259 or 15014997. OLE color: 15014997.
HSL color Cylindrical-coordinate representation of color #551CE5: hue angle of 257.01º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551CE5 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 28 | 229 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.10 |
| HSL | 257.01º | 0.79% | 0.5% | - |
| HSV(B) | 257.01º | 0.88% | 0.9% | - |
| XYZ | 18.3 | 8.42 | 74.79 | - |
| YUV | 67.96 | 218.88 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 229 | 0.63 | 0.88 | 0 | 0.10 | 257.01 | 0.79 | 0.5 |
| Hex | 55 | 1C | E5 | 3F | 58 | 0 | A | 101 | 4F | 32 |
| Octal | 125 | 34 | 345 | 77 | 130 | 0 | 12 | 401 | 117 | 62 |
| Binary | 1010101 | 11100 | 11100101 | 111111 | 1011000 | 0 | 1010 | 100000001 | 1001111 | 110010 |
Color Harmonies of #551CE5
Complementary color
Monochromatic Colors of #551CE5
Black with #551CE5
Text Example
Text Example
White with #551CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551CE5; }
p { color: rgb(85,28,229); }
H1.HeaderClassName
{
color: #551CE5;
}
.AnyTagClassName
{
color: #551CE5;
}
</style>
background-color css
<style>
a { background-color: #551CE5; }
a { background-color: rgb(85,28,229); }
div.DivClassName
{
background-color: #551CE5;
}
.BgClassName
{
background-color: #551CE5;
}
</style>
border-color css
<style>
span { border-color: #551CE5; }
span { border-color: rgb(85,28,229); }
td.TdClassName
{
border-color: #551CE5;
}
.TagClassName
{
border-color: #551CE5;
}
</style>