Shades of Han Purple #5511DF
Tints of Han Purple #5511DF
RGB
CMYK
RGB Variations
Color information
#5511DF (or 0x5511DF) is known color: Han Purple. HEX triplet: 55, 11 and DF. RGB value is (85,17,223). Sum of RGB (Red+Green+Blue) = 85+17+223=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #5511DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5511DF is #AAEE20. Grayscale: #3C3C3C. Windows color (decimal): -11202081 or 14618965. OLE color: 14618965.
HSL color Cylindrical-coordinate representation of color #5511DF: hue angle of 259.81º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5511DF is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 17 | 223 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.13 |
| HSL | 259.81º | 0.86% | 0.47% | - |
| HSV(B) | 259.81º | 0.92% | 0.87% | - |
| XYZ | 17.27 | 7.66 | 70.38 | - |
| YUV | 60.82 | 219.53 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 223 | 0.62 | 0.92 | 0 | 0.13 | 259.81 | 0.86 | 0.47 |
| Hex | 55 | 11 | DF | 3E | 5C | 0 | D | 104 | 56 | 2F |
| Octal | 125 | 21 | 337 | 76 | 134 | 0 | 15 | 404 | 126 | 57 |
| Binary | 1010101 | 10001 | 11011111 | 111110 | 1011100 | 0 | 1101 | 100000100 | 1010110 | 101111 |
Color Harmonies of #5511DF
Complementary color
Monochromatic Colors of #5511DF
Black with #5511DF
Text Example
Text Example
White with #5511DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5511DF; }
p { color: rgb(85,17,223); }
H1.HeaderClassName
{
color: #5511DF;
}
.AnyTagClassName
{
color: #5511DF;
}
</style>
background-color css
<style>
a { background-color: #5511DF; }
a { background-color: rgb(85,17,223); }
div.DivClassName
{
background-color: #5511DF;
}
.BgClassName
{
background-color: #5511DF;
}
</style>
border-color css
<style>
span { border-color: #5511DF; }
span { border-color: rgb(85,17,223); }
td.TdClassName
{
border-color: #5511DF;
}
.TagClassName
{
border-color: #5511DF;
}
</style>