Shades of Han Purple #552CDE
Tints of Han Purple #552CDE
RGB
CMYK
RGB Variations
Color information
#552CDE (or 0x552CDE) is known color: Han Purple. HEX triplet: 55, 2C and DE. RGB value is (85,44,222). Sum of RGB (Red+Green+Blue) = 85+44+222=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #552CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552CDE is #AAD321. Grayscale: #4B4B4B. Windows color (decimal): -11195170 or 14560341. OLE color: 14560341.
HSL color Cylindrical-coordinate representation of color #552CDE: hue angle of 253.82º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552CDE is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 44 | 222 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.13 |
| HSL | 253.82º | 0.73% | 0.52% | - |
| HSV(B) | 253.82º | 0.8% | 0.87% | - |
| XYZ | 17.83 | 9.01 | 69.91 | - |
| YUV | 76.55 | 210.08 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 222 | 0.62 | 0.80 | 0 | 0.13 | 253.82 | 0.73 | 0.52 |
| Hex | 55 | 2C | DE | 3E | 50 | 0 | D | FE | 49 | 34 |
| Octal | 125 | 54 | 336 | 76 | 120 | 0 | 15 | 376 | 111 | 64 |
| Binary | 1010101 | 101100 | 11011110 | 111110 | 1010000 | 0 | 1101 | 11111110 | 1001001 | 110100 |
Color Harmonies of #552CDE
Complementary color
Monochromatic Colors of #552CDE
Black with #552CDE
Text Example
Text Example
White with #552CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552CDE; }
p { color: rgb(85,44,222); }
H1.HeaderClassName
{
color: #552CDE;
}
.AnyTagClassName
{
color: #552CDE;
}
</style>
background-color css
<style>
a { background-color: #552CDE; }
a { background-color: rgb(85,44,222); }
div.DivClassName
{
background-color: #552CDE;
}
.BgClassName
{
background-color: #552CDE;
}
</style>
border-color css
<style>
span { border-color: #552CDE; }
span { border-color: rgb(85,44,222); }
td.TdClassName
{
border-color: #552CDE;
}
.TagClassName
{
border-color: #552CDE;
}
</style>