Shades of Han Purple #552EE9
Tints of Han Purple #552EE9
RGB
CMYK
RGB Variations
Color information
#552EE9 (or 0x552EE9) is known color: Han Purple. HEX triplet: 55, 2E and E9. RGB value is (85,46,233). Sum of RGB (Red+Green+Blue) = 85+46+233=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 233 (91.41% from 255 or 64.01% from 364); Max value from RGB is 233 - color contains mainly: blue. Hex color #552EE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552EE9 is #AAD116. Grayscale: #4E4E4E. Windows color (decimal): -11194647 or 15281749. OLE color: 15281749.
HSL color Cylindrical-coordinate representation of color #552EE9: hue angle of 252.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552EE9 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 46 | 233 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.09 |
| HSL | 252.51º | 0.81% | 0.55% | - |
| HSV(B) | 252.51º | 0.8% | 0.91% | - |
| XYZ | 19.43 | 9.77 | 77.95 | - |
| YUV | 78.98 | 214.92 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 233 | 0.64 | 0.80 | 0 | 0.09 | 252.51 | 0.81 | 0.55 |
| Hex | 55 | 2E | E9 | 40 | 50 | 0 | 9 | FD | 51 | 37 |
| Octal | 125 | 56 | 351 | 100 | 120 | 0 | 11 | 375 | 121 | 67 |
| Binary | 1010101 | 101110 | 11101001 | 1000000 | 1010000 | 0 | 1001 | 11111101 | 1010001 | 110111 |
Color Harmonies of #552EE9
Complementary color
Monochromatic Colors of #552EE9
Black with #552EE9
Text Example
Text Example
White with #552EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552EE9; }
p { color: rgb(85,46,233); }
H1.HeaderClassName
{
color: #552EE9;
}
.AnyTagClassName
{
color: #552EE9;
}
</style>
background-color css
<style>
a { background-color: #552EE9; }
a { background-color: rgb(85,46,233); }
div.DivClassName
{
background-color: #552EE9;
}
.BgClassName
{
background-color: #552EE9;
}
</style>
border-color css
<style>
span { border-color: #552EE9; }
span { border-color: rgb(85,46,233); }
td.TdClassName
{
border-color: #552EE9;
}
.TagClassName
{
border-color: #552EE9;
}
</style>