Shades of Han Purple #5528DE
Tints of Han Purple #5528DE
RGB
CMYK
RGB Variations
Color information
#5528DE (or 0x5528DE) is known color: Han Purple. HEX triplet: 55, 28 and DE. RGB value is (85,40,222). Sum of RGB (Red+Green+Blue) = 85+40+222=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #5528DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5528DE is #AAD721. Grayscale: #494949. Windows color (decimal): -11196194 or 14559317. OLE color: 14559317.
HSL color Cylindrical-coordinate representation of color #5528DE: hue angle of 254.84º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5528DE is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 40 | 222 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.13 |
| HSL | 254.84º | 0.73% | 0.51% | - |
| HSV(B) | 254.84º | 0.82% | 0.87% | - |
| XYZ | 17.69 | 8.72 | 69.86 | - |
| YUV | 74.2 | 211.41 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 222 | 0.62 | 0.82 | 0 | 0.13 | 254.84 | 0.73 | 0.51 |
| Hex | 55 | 28 | DE | 3E | 52 | 0 | D | FF | 49 | 33 |
| Octal | 125 | 50 | 336 | 76 | 122 | 0 | 15 | 377 | 111 | 63 |
| Binary | 1010101 | 101000 | 11011110 | 111110 | 1010010 | 0 | 1101 | 11111111 | 1001001 | 110011 |
Color Harmonies of #5528DE
Complementary color
Monochromatic Colors of #5528DE
Black with #5528DE
Text Example
Text Example
White with #5528DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5528DE; }
p { color: rgb(85,40,222); }
H1.HeaderClassName
{
color: #5528DE;
}
.AnyTagClassName
{
color: #5528DE;
}
</style>
background-color css
<style>
a { background-color: #5528DE; }
a { background-color: rgb(85,40,222); }
div.DivClassName
{
background-color: #5528DE;
}
.BgClassName
{
background-color: #5528DE;
}
</style>
border-color css
<style>
span { border-color: #5528DE; }
span { border-color: rgb(85,40,222); }
td.TdClassName
{
border-color: #5528DE;
}
.TagClassName
{
border-color: #5528DE;
}
</style>