Shades of Han Purple #552EE1
Tints of Han Purple #552EE1
RGB
CMYK
RGB Variations
Color information
#552EE1 (or 0x552EE1) is known color: Han Purple. HEX triplet: 55, 2E and E1. RGB value is (85,46,225). Sum of RGB (Red+Green+Blue) = 85+46+225=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 225 (88.28% from 255 or 63.20% from 356); Max value from RGB is 225 - color contains mainly: blue. Hex color #552EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552EE1 is #AAD11E. Grayscale: #4D4D4D. Windows color (decimal): -11194655 or 14757461. OLE color: 14757461.
HSL color Cylindrical-coordinate representation of color #552EE1: hue angle of 253.07º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552EE1 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 46 | 225 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.12 |
| HSL | 253.07º | 0.75% | 0.53% | - |
| HSV(B) | 253.07º | 0.8% | 0.88% | - |
| XYZ | 18.31 | 9.32 | 72.07 | - |
| YUV | 78.07 | 210.92 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 225 | 0.62 | 0.80 | 0 | 0.12 | 253.07 | 0.75 | 0.53 |
| Hex | 55 | 2E | E1 | 3E | 50 | 0 | C | FD | 4B | 35 |
| Octal | 125 | 56 | 341 | 76 | 120 | 0 | 14 | 375 | 113 | 65 |
| Binary | 1010101 | 101110 | 11100001 | 111110 | 1010000 | 0 | 1100 | 11111101 | 1001011 | 110101 |
Color Harmonies of #552EE1
Complementary color
Monochromatic Colors of #552EE1
Black with #552EE1
Text Example
Text Example
White with #552EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552EE1; }
p { color: rgb(85,46,225); }
H1.HeaderClassName
{
color: #552EE1;
}
.AnyTagClassName
{
color: #552EE1;
}
</style>
background-color css
<style>
a { background-color: #552EE1; }
a { background-color: rgb(85,46,225); }
div.DivClassName
{
background-color: #552EE1;
}
.BgClassName
{
background-color: #552EE1;
}
</style>
border-color css
<style>
span { border-color: #552EE1; }
span { border-color: rgb(85,46,225); }
td.TdClassName
{
border-color: #552EE1;
}
.TagClassName
{
border-color: #552EE1;
}
</style>