Shades of Han Purple #5520DF
Tints of Han Purple #5520DF
RGB
CMYK
RGB Variations
Color information
#5520DF (or 0x5520DF) is known color: Han Purple. HEX triplet: 55, 20 and DF. RGB value is (85,32,223). Sum of RGB (Red+Green+Blue) = 85+32+223=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #5520DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5520DF is #AADF20. Grayscale: #444444. Windows color (decimal): -11198241 or 14622805. OLE color: 14622805.
HSL color Cylindrical-coordinate representation of color #5520DF: hue angle of 256.65º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5520DF is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 32 | 223 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.13 |
| HSL | 256.65º | 0.75% | 0.5% | - |
| HSV(B) | 256.65º | 0.86% | 0.87% | - |
| XYZ | 17.58 | 8.29 | 70.49 | - |
| YUV | 69.62 | 214.56 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 223 | 0.62 | 0.86 | 0 | 0.13 | 256.65 | 0.75 | 0.5 |
| Hex | 55 | 20 | DF | 3E | 56 | 0 | D | 101 | 4B | 32 |
| Octal | 125 | 40 | 337 | 76 | 126 | 0 | 15 | 401 | 113 | 62 |
| Binary | 1010101 | 100000 | 11011111 | 111110 | 1010110 | 0 | 1101 | 100000001 | 1001011 | 110010 |
Color Harmonies of #5520DF
Complementary color
Monochromatic Colors of #5520DF
Black with #5520DF
Text Example
Text Example
White with #5520DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5520DF; }
p { color: rgb(85,32,223); }
H1.HeaderClassName
{
color: #5520DF;
}
.AnyTagClassName
{
color: #5520DF;
}
</style>
background-color css
<style>
a { background-color: #5520DF; }
a { background-color: rgb(85,32,223); }
div.DivClassName
{
background-color: #5520DF;
}
.BgClassName
{
background-color: #5520DF;
}
</style>
border-color css
<style>
span { border-color: #5520DF; }
span { border-color: rgb(85,32,223); }
td.TdClassName
{
border-color: #5520DF;
}
.TagClassName
{
border-color: #5520DF;
}
</style>