Shades of Han Purple #552ADD
Tints of Han Purple #552ADD
RGB
CMYK
RGB Variations
Color information
#552ADD (or 0x552ADD) is known color: Han Purple. HEX triplet: 55, 2A and DD. RGB value is (85,42,221). Sum of RGB (Red+Green+Blue) = 85+42+221=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #552ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552ADD is #AAD522. Grayscale: #4A4A4A. Windows color (decimal): -11195683 or 14494293. OLE color: 14494293.
HSL color Cylindrical-coordinate representation of color #552ADD: hue angle of 254.41º degrees, saturation: 0.72, 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 #552ADD is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 42 | 221 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.13 |
| HSL | 254.41º | 0.72% | 0.52% | - |
| HSV(B) | 254.41º | 0.81% | 0.87% | - |
| XYZ | 17.63 | 8.81 | 69.18 | - |
| YUV | 75.26 | 210.25 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 221 | 0.62 | 0.81 | 0 | 0.13 | 254.41 | 0.72 | 0.52 |
| Hex | 55 | 2A | DD | 3E | 51 | 0 | D | FE | 48 | 34 |
| Octal | 125 | 52 | 335 | 76 | 121 | 0 | 15 | 376 | 110 | 64 |
| Binary | 1010101 | 101010 | 11011101 | 111110 | 1010001 | 0 | 1101 | 11111110 | 1001000 | 110100 |
Color Harmonies of #552ADD
Complementary color
Monochromatic Colors of #552ADD
Black with #552ADD
Text Example
Text Example
White with #552ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552ADD; }
p { color: rgb(85,42,221); }
H1.HeaderClassName
{
color: #552ADD;
}
.AnyTagClassName
{
color: #552ADD;
}
</style>
background-color css
<style>
a { background-color: #552ADD; }
a { background-color: rgb(85,42,221); }
div.DivClassName
{
background-color: #552ADD;
}
.BgClassName
{
background-color: #552ADD;
}
</style>
border-color css
<style>
span { border-color: #552ADD; }
span { border-color: rgb(85,42,221); }
td.TdClassName
{
border-color: #552ADD;
}
.TagClassName
{
border-color: #552ADD;
}
</style>