Shades of Han Purple #552ADE
Tints of Han Purple #552ADE
RGB
CMYK
RGB Variations
Color information
#552ADE (or 0x552ADE) is known color: Han Purple. HEX triplet: 55, 2A and DE. RGB value is (85,42,222). Sum of RGB (Red+Green+Blue) = 85+42+222=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #552ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552ADE is #AAD521. Grayscale: #4A4A4A. Windows color (decimal): -11195682 or 14559829. OLE color: 14559829.
HSL color Cylindrical-coordinate representation of color #552ADE: hue angle of 254.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552ADE is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 42 | 222 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.13 |
| HSL | 254.33º | 0.73% | 0.52% | - |
| HSV(B) | 254.33º | 0.81% | 0.87% | - |
| XYZ | 17.76 | 8.86 | 69.88 | - |
| YUV | 75.38 | 210.75 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 222 | 0.62 | 0.81 | 0 | 0.13 | 254.33 | 0.73 | 0.52 |
| Hex | 55 | 2A | DE | 3E | 51 | 0 | D | FE | 49 | 34 |
| Octal | 125 | 52 | 336 | 76 | 121 | 0 | 15 | 376 | 111 | 64 |
| Binary | 1010101 | 101010 | 11011110 | 111110 | 1010001 | 0 | 1101 | 11111110 | 1001001 | 110100 |
Color Harmonies of #552ADE
Complementary color
Monochromatic Colors of #552ADE
Black with #552ADE
Text Example
Text Example
White with #552ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552ADE; }
p { color: rgb(85,42,222); }
H1.HeaderClassName
{
color: #552ADE;
}
.AnyTagClassName
{
color: #552ADE;
}
</style>
background-color css
<style>
a { background-color: #552ADE; }
a { background-color: rgb(85,42,222); }
div.DivClassName
{
background-color: #552ADE;
}
.BgClassName
{
background-color: #552ADE;
}
</style>
border-color css
<style>
span { border-color: #552ADE; }
span { border-color: rgb(85,42,222); }
td.TdClassName
{
border-color: #552ADE;
}
.TagClassName
{
border-color: #552ADE;
}
</style>