Shades of Han Purple #5013DD
Tints of Han Purple #5013DD
RGB
CMYK
RGB Variations
Color information
#5013DD (or 0x5013DD) is known color: Han Purple. HEX triplet: 50, 13 and DD. RGB value is (80,19,221). Sum of RGB (Red+Green+Blue) = 80+19+221=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #5013DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5013DD is #AFEC22. Grayscale: #3B3B3B. Windows color (decimal): -11529251 or 14488400. OLE color: 14488400.
HSL color Cylindrical-coordinate representation of color #5013DD: hue angle of 258.12º 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 #5013DD is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 19 | 221 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.13 |
| HSL | 258.12º | 0.84% | 0.47% | - |
| HSV(B) | 258.12º | 0.91% | 0.87% | - |
| XYZ | 16.59 | 7.39 | 68.96 | - |
| YUV | 60.27 | 218.71 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 221 | 0.64 | 0.91 | 0 | 0.13 | 258.12 | 0.84 | 0.47 |
| Hex | 50 | 13 | DD | 40 | 5B | 0 | D | 102 | 54 | 2F |
| Octal | 120 | 23 | 335 | 100 | 133 | 0 | 15 | 402 | 124 | 57 |
| Binary | 1010000 | 10011 | 11011101 | 1000000 | 1011011 | 0 | 1101 | 100000010 | 1010100 | 101111 |
Color Harmonies of #5013DD
Complementary color
Monochromatic Colors of #5013DD
Black with #5013DD
Text Example
Text Example
White with #5013DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5013DD; }
p { color: rgb(80,19,221); }
H1.HeaderClassName
{
color: #5013DD;
}
.AnyTagClassName
{
color: #5013DD;
}
</style>
background-color css
<style>
a { background-color: #5013DD; }
a { background-color: rgb(80,19,221); }
div.DivClassName
{
background-color: #5013DD;
}
.BgClassName
{
background-color: #5013DD;
}
</style>
border-color css
<style>
span { border-color: #5013DD; }
span { border-color: rgb(80,19,221); }
td.TdClassName
{
border-color: #5013DD;
}
.TagClassName
{
border-color: #5013DD;
}
</style>