Shades of Han Purple #552DE2
Tints of Han Purple #552DE2
RGB
CMYK
RGB Variations
Color information
#552DE2 (or 0x552DE2) is known color: Han Purple. HEX triplet: 55, 2D and E2. RGB value is (85,45,226). Sum of RGB (Red+Green+Blue) = 85+45+226=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 226 (88.67% from 255 or 63.48% from 356); Max value from RGB is 226 - color contains mainly: blue. Hex color #552DE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552DE2 is #AAD21D. Grayscale: #4C4C4C. Windows color (decimal): -11194910 or 14822741. OLE color: 14822741.
HSL color Cylindrical-coordinate representation of color #552DE2: hue angle of 253.26º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552DE2 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 45 | 226 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.11 |
| HSL | 253.26º | 0.76% | 0.53% | - |
| HSV(B) | 253.26º | 0.8% | 0.89% | - |
| XYZ | 18.41 | 9.3 | 72.78 | - |
| YUV | 77.59 | 211.75 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 226 | 0.62 | 0.80 | 0 | 0.11 | 253.26 | 0.76 | 0.53 |
| Hex | 55 | 2D | E2 | 3E | 50 | 0 | B | FD | 4C | 35 |
| Octal | 125 | 55 | 342 | 76 | 120 | 0 | 13 | 375 | 114 | 65 |
| Binary | 1010101 | 101101 | 11100010 | 111110 | 1010000 | 0 | 1011 | 11111101 | 1001100 | 110101 |
Color Harmonies of #552DE2
Complementary color
Monochromatic Colors of #552DE2
Black with #552DE2
Text Example
Text Example
White with #552DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552DE2; }
p { color: rgb(85,45,226); }
H1.HeaderClassName
{
color: #552DE2;
}
.AnyTagClassName
{
color: #552DE2;
}
</style>
background-color css
<style>
a { background-color: #552DE2; }
a { background-color: rgb(85,45,226); }
div.DivClassName
{
background-color: #552DE2;
}
.BgClassName
{
background-color: #552DE2;
}
</style>
border-color css
<style>
span { border-color: #552DE2; }
span { border-color: rgb(85,45,226); }
td.TdClassName
{
border-color: #552DE2;
}
.TagClassName
{
border-color: #552DE2;
}
</style>