Shades of Han Purple #5313DD
Tints of Han Purple #5313DD
RGB
CMYK
RGB Variations
Color information
#5313DD (or 0x5313DD) is known color: Han Purple. HEX triplet: 53, 13 and DD. RGB value is (83,19,221). Sum of RGB (Red+Green+Blue) = 83+19+221=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #5313DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5313DD is #ACEC22. Grayscale: #3C3C3C. Windows color (decimal): -11332643 or 14488403. OLE color: 14488403.
HSL color Cylindrical-coordinate representation of color #5313DD: hue angle of 259.01º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5313DD is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 19 | 221 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.13 |
| HSL | 259.01º | 0.84% | 0.47% | - |
| HSV(B) | 259.01º | 0.91% | 0.87% | - |
| XYZ | 16.85 | 7.53 | 68.97 | - |
| YUV | 61.16 | 218.2 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 19 | 221 | 0.62 | 0.91 | 0 | 0.13 | 259.01 | 0.84 | 0.47 |
| Hex | 53 | 13 | DD | 3E | 5B | 0 | D | 103 | 54 | 2F |
| Octal | 123 | 23 | 335 | 76 | 133 | 0 | 15 | 403 | 124 | 57 |
| Binary | 1010011 | 10011 | 11011101 | 111110 | 1011011 | 0 | 1101 | 100000011 | 1010100 | 101111 |
Color Harmonies of #5313DD
Complementary color
Monochromatic Colors of #5313DD
Black with #5313DD
Text Example
Text Example
White with #5313DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5313DD; }
p { color: rgb(83,19,221); }
H1.HeaderClassName
{
color: #5313DD;
}
.AnyTagClassName
{
color: #5313DD;
}
</style>
background-color css
<style>
a { background-color: #5313DD; }
a { background-color: rgb(83,19,221); }
div.DivClassName
{
background-color: #5313DD;
}
.BgClassName
{
background-color: #5313DD;
}
</style>
border-color css
<style>
span { border-color: #5313DD; }
span { border-color: rgb(83,19,221); }
td.TdClassName
{
border-color: #5313DD;
}
.TagClassName
{
border-color: #5313DD;
}
</style>