Shades of Han Purple #5513DC
Tints of Han Purple #5513DC
RGB
CMYK
RGB Variations
Color information
#5513DC (or 0x5513DC) is known color: Han Purple. HEX triplet: 55, 13 and DC. RGB value is (85,19,220). Sum of RGB (Red+Green+Blue) = 85+19+220=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #5513DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5513DC is #AAEC23. Grayscale: #3C3C3C. Windows color (decimal): -11201572 or 14422869. OLE color: 14422869.
HSL color Cylindrical-coordinate representation of color #5513DC: hue angle of 259.7º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5513DC is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 19 | 220 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.14 |
| HSL | 259.7º | 0.84% | 0.47% | - |
| HSV(B) | 259.7º | 0.91% | 0.86% | - |
| XYZ | 16.9 | 7.56 | 68.28 | - |
| YUV | 61.65 | 217.37 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 220 | 0.61 | 0.91 | 0 | 0.14 | 259.7 | 0.84 | 0.47 |
| Hex | 55 | 13 | DC | 3D | 5B | 0 | E | 104 | 54 | 2F |
| Octal | 125 | 23 | 334 | 75 | 133 | 0 | 16 | 404 | 124 | 57 |
| Binary | 1010101 | 10011 | 11011100 | 111101 | 1011011 | 0 | 1110 | 100000100 | 1010100 | 101111 |
Color Harmonies of #5513DC
Complementary color
Monochromatic Colors of #5513DC
Black with #5513DC
Text Example
Text Example
White with #5513DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5513DC; }
p { color: rgb(85,19,220); }
H1.HeaderClassName
{
color: #5513DC;
}
.AnyTagClassName
{
color: #5513DC;
}
</style>
background-color css
<style>
a { background-color: #5513DC; }
a { background-color: rgb(85,19,220); }
div.DivClassName
{
background-color: #5513DC;
}
.BgClassName
{
background-color: #5513DC;
}
</style>
border-color css
<style>
span { border-color: #5513DC; }
span { border-color: rgb(85,19,220); }
td.TdClassName
{
border-color: #5513DC;
}
.TagClassName
{
border-color: #5513DC;
}
</style>