Shades of Han Purple #552EED
Tints of Han Purple #552EED
RGB
CMYK
RGB Variations
Color information
#552EED (or 0x552EED) is known color: Han Purple. HEX triplet: 55, 2E and ED. RGB value is (85,46,237). Sum of RGB (Red+Green+Blue) = 85+46+237=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #552EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552EED is #AAD112. Grayscale: #4E4E4E. Windows color (decimal): -11194643 or 15543893. OLE color: 15543893.
HSL color Cylindrical-coordinate representation of color #552EED: hue angle of 252.25º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552EED is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 46 | 237 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.07 |
| HSL | 252.25º | 0.84% | 0.55% | - |
| HSV(B) | 252.25º | 0.81% | 0.93% | - |
| XYZ | 20.01 | 10 | 81 | - |
| YUV | 79.44 | 216.92 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 237 | 0.64 | 0.81 | 0 | 0.07 | 252.25 | 0.84 | 0.55 |
| Hex | 55 | 2E | ED | 40 | 51 | 0 | 7 | FC | 54 | 37 |
| Octal | 125 | 56 | 355 | 100 | 121 | 0 | 7 | 374 | 124 | 67 |
| Binary | 1010101 | 101110 | 11101101 | 1000000 | 1010001 | 0 | 111 | 11111100 | 1010100 | 110111 |
Color Harmonies of #552EED
Complementary color
Monochromatic Colors of #552EED
Black with #552EED
Text Example
Text Example
White with #552EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552EED; }
p { color: rgb(85,46,237); }
H1.HeaderClassName
{
color: #552EED;
}
.AnyTagClassName
{
color: #552EED;
}
</style>
background-color css
<style>
a { background-color: #552EED; }
a { background-color: rgb(85,46,237); }
div.DivClassName
{
background-color: #552EED;
}
.BgClassName
{
background-color: #552EED;
}
</style>
border-color css
<style>
span { border-color: #552EED; }
span { border-color: rgb(85,46,237); }
td.TdClassName
{
border-color: #552EED;
}
.TagClassName
{
border-color: #552EED;
}
</style>