Shades of Han Purple #552DDF
Tints of Han Purple #552DDF
RGB
CMYK
RGB Variations
Color information
#552DDF (or 0x552DDF) is known color: Han Purple. HEX triplet: 55, 2D and DF. RGB value is (85,45,223). Sum of RGB (Red+Green+Blue) = 85+45+223=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #552DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552DDF is #AAD220. Grayscale: #4C4C4C. Windows color (decimal): -11194913 or 14626133. OLE color: 14626133.
HSL color Cylindrical-coordinate representation of color #552DDF: hue angle of 253.48º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552DDF is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 45 | 223 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.13 |
| HSL | 253.48º | 0.74% | 0.53% | - |
| HSV(B) | 253.48º | 0.8% | 0.87% | - |
| XYZ | 18 | 9.14 | 70.63 | - |
| YUV | 77.25 | 210.25 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 223 | 0.62 | 0.80 | 0 | 0.13 | 253.48 | 0.74 | 0.53 |
| Hex | 55 | 2D | DF | 3E | 50 | 0 | D | FD | 4A | 35 |
| Octal | 125 | 55 | 337 | 76 | 120 | 0 | 15 | 375 | 112 | 65 |
| Binary | 1010101 | 101101 | 11011111 | 111110 | 1010000 | 0 | 1101 | 11111101 | 1001010 | 110101 |
Color Harmonies of #552DDF
Complementary color
Monochromatic Colors of #552DDF
Black with #552DDF
Text Example
Text Example
White with #552DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552DDF; }
p { color: rgb(85,45,223); }
H1.HeaderClassName
{
color: #552DDF;
}
.AnyTagClassName
{
color: #552DDF;
}
</style>
background-color css
<style>
a { background-color: #552DDF; }
a { background-color: rgb(85,45,223); }
div.DivClassName
{
background-color: #552DDF;
}
.BgClassName
{
background-color: #552DDF;
}
</style>
border-color css
<style>
span { border-color: #552DDF; }
span { border-color: rgb(85,45,223); }
td.TdClassName
{
border-color: #552DDF;
}
.TagClassName
{
border-color: #552DDF;
}
</style>