Shades of Han Purple #5613DA
Tints of Han Purple #5613DA
RGB
CMYK
RGB Variations
Color information
#5613DA (or 0x5613DA) is known color: Han Purple. HEX triplet: 56, 13 and DA. RGB value is (86,19,218). Sum of RGB (Red+Green+Blue) = 86+19+218=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #5613DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5613DA is #A9EC25. Grayscale: #3C3C3C. Windows color (decimal): -11136038 or 14291798. OLE color: 14291798.
HSL color Cylindrical-coordinate representation of color #5613DA: hue angle of 260.2º 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 #5613DA is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 19 | 218 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.15 |
| HSL | 260.2º | 0.84% | 0.46% | - |
| HSV(B) | 260.2º | 0.91% | 0.85% | - |
| XYZ | 16.73 | 7.51 | 66.9 | - |
| YUV | 61.72 | 216.2 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 218 | 0.61 | 0.91 | 0 | 0.15 | 260.2 | 0.84 | 0.46 |
| Hex | 56 | 13 | DA | 3D | 5B | 0 | F | 104 | 54 | 2E |
| Octal | 126 | 23 | 332 | 75 | 133 | 0 | 17 | 404 | 124 | 56 |
| Binary | 1010110 | 10011 | 11011010 | 111101 | 1011011 | 0 | 1111 | 100000100 | 1010100 | 101110 |
Color Harmonies of #5613DA
Complementary color
Monochromatic Colors of #5613DA
Black with #5613DA
Text Example
Text Example
White with #5613DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5613DA; }
p { color: rgb(86,19,218); }
H1.HeaderClassName
{
color: #5613DA;
}
.AnyTagClassName
{
color: #5613DA;
}
</style>
background-color css
<style>
a { background-color: #5613DA; }
a { background-color: rgb(86,19,218); }
div.DivClassName
{
background-color: #5613DA;
}
.BgClassName
{
background-color: #5613DA;
}
</style>
border-color css
<style>
span { border-color: #5613DA; }
span { border-color: rgb(86,19,218); }
td.TdClassName
{
border-color: #5613DA;
}
.TagClassName
{
border-color: #5613DA;
}
</style>