Shades of Han Purple #5513D8
Tints of Han Purple #5513D8
RGB
CMYK
RGB Variations
Color information
#5513D8 (or 0x5513D8) is known color: Han Purple. HEX triplet: 55, 13 and D8. RGB value is (85,19,216). Sum of RGB (Red+Green+Blue) = 85+19+216=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 216 (84.77% from 255 or 67.5% from 320); Max value from RGB is 216 - color contains mainly: blue. Hex color #5513D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5513D8 is #AAEC27. Grayscale: #3C3C3C. Windows color (decimal): -11201576 or 14160725. OLE color: 14160725.
HSL color Cylindrical-coordinate representation of color #5513D8: hue angle of 260.1º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5513D8 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 19 | 216 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.15 |
| HSL | 260.1º | 0.84% | 0.46% | - |
| HSV(B) | 260.1º | 0.91% | 0.85% | - |
| XYZ | 16.37 | 7.35 | 65.52 | - |
| YUV | 61.19 | 215.37 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 216 | 0.61 | 0.91 | 0 | 0.15 | 260.1 | 0.84 | 0.46 |
| Hex | 55 | 13 | D8 | 3D | 5B | 0 | F | 104 | 54 | 2E |
| Octal | 125 | 23 | 330 | 75 | 133 | 0 | 17 | 404 | 124 | 56 |
| Binary | 1010101 | 10011 | 11011000 | 111101 | 1011011 | 0 | 1111 | 100000100 | 1010100 | 101110 |
Color Harmonies of #5513D8
Complementary color
Monochromatic Colors of #5513D8
Black with #5513D8
Text Example
Text Example
White with #5513D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5513D8; }
p { color: rgb(85,19,216); }
H1.HeaderClassName
{
color: #5513D8;
}
.AnyTagClassName
{
color: #5513D8;
}
</style>
background-color css
<style>
a { background-color: #5513D8; }
a { background-color: rgb(85,19,216); }
div.DivClassName
{
background-color: #5513D8;
}
.BgClassName
{
background-color: #5513D8;
}
</style>
border-color css
<style>
span { border-color: #5513D8; }
span { border-color: rgb(85,19,216); }
td.TdClassName
{
border-color: #5513D8;
}
.TagClassName
{
border-color: #5513D8;
}
</style>