Shades of Han Purple #5510DF
Tints of Han Purple #5510DF
RGB
CMYK
RGB Variations
Color information
#5510DF (or 0x5510DF) is known color: Han Purple. HEX triplet: 55, 10 and DF. RGB value is (85,16,223). Sum of RGB (Red+Green+Blue) = 85+16+223=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #5510DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5510DF is #AAEF20. Grayscale: #3B3B3B. Windows color (decimal): -11202337 or 14618709. OLE color: 14618709.
HSL color Cylindrical-coordinate representation of color #5510DF: hue angle of 260º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5510DF is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 16 | 223 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.13 |
| HSL | 260º | 0.87% | 0.47% | - |
| HSV(B) | 260º | 0.93% | 0.87% | - |
| XYZ | 17.25 | 7.63 | 70.38 | - |
| YUV | 60.23 | 219.86 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 223 | 0.62 | 0.93 | 0 | 0.13 | 260 | 0.87 | 0.47 |
| Hex | 55 | 10 | DF | 3E | 5D | 0 | D | 104 | 57 | 2F |
| Octal | 125 | 20 | 337 | 76 | 135 | 0 | 15 | 404 | 127 | 57 |
| Binary | 1010101 | 10000 | 11011111 | 111110 | 1011101 | 0 | 1101 | 100000100 | 1010111 | 101111 |
Color Harmonies of #5510DF
Complementary color
Monochromatic Colors of #5510DF
Black with #5510DF
Text Example
Text Example
White with #5510DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510DF; }
p { color: rgb(85,16,223); }
H1.HeaderClassName
{
color: #5510DF;
}
.AnyTagClassName
{
color: #5510DF;
}
</style>
background-color css
<style>
a { background-color: #5510DF; }
a { background-color: rgb(85,16,223); }
div.DivClassName
{
background-color: #5510DF;
}
.BgClassName
{
background-color: #5510DF;
}
</style>
border-color css
<style>
span { border-color: #5510DF; }
span { border-color: rgb(85,16,223); }
td.TdClassName
{
border-color: #5510DF;
}
.TagClassName
{
border-color: #5510DF;
}
</style>