Shades of Han Purple #552CDF
Tints of Han Purple #552CDF
RGB
CMYK
RGB Variations
Color information
#552CDF (or 0x552CDF) is known color: Han Purple. HEX triplet: 55, 2C and DF. RGB value is (85,44,223). Sum of RGB (Red+Green+Blue) = 85+44+223=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #552CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552CDF is #AAD320. Grayscale: #4B4B4B. Windows color (decimal): -11195169 or 14625877. OLE color: 14625877.
HSL color Cylindrical-coordinate representation of color #552CDF: hue angle of 253.74º degrees, saturation: 0.74, 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 #552CDF is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 44 | 223 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.13 |
| HSL | 253.74º | 0.74% | 0.52% | - |
| HSV(B) | 253.74º | 0.8% | 0.87% | - |
| XYZ | 17.97 | 9.06 | 70.61 | - |
| YUV | 76.67 | 210.58 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 223 | 0.62 | 0.80 | 0 | 0.13 | 253.74 | 0.74 | 0.52 |
| Hex | 55 | 2C | DF | 3E | 50 | 0 | D | FE | 4A | 34 |
| Octal | 125 | 54 | 337 | 76 | 120 | 0 | 15 | 376 | 112 | 64 |
| Binary | 1010101 | 101100 | 11011111 | 111110 | 1010000 | 0 | 1101 | 11111110 | 1001010 | 110100 |
Color Harmonies of #552CDF
Complementary color
Monochromatic Colors of #552CDF
Black with #552CDF
Text Example
Text Example
White with #552CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552CDF; }
p { color: rgb(85,44,223); }
H1.HeaderClassName
{
color: #552CDF;
}
.AnyTagClassName
{
color: #552CDF;
}
</style>
background-color css
<style>
a { background-color: #552CDF; }
a { background-color: rgb(85,44,223); }
div.DivClassName
{
background-color: #552CDF;
}
.BgClassName
{
background-color: #552CDF;
}
</style>
border-color css
<style>
span { border-color: #552CDF; }
span { border-color: rgb(85,44,223); }
td.TdClassName
{
border-color: #552CDF;
}
.TagClassName
{
border-color: #552CDF;
}
</style>