Shades of Han Purple #5015DD
Tints of Han Purple #5015DD
RGB
CMYK
RGB Variations
Color information
#5015DD (or 0x5015DD) is known color: Han Purple. HEX triplet: 50, 15 and DD. RGB value is (80,21,221). Sum of RGB (Red+Green+Blue) = 80+21+221=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #5015DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5015DD is #AFEA22. Grayscale: #3C3C3C. Windows color (decimal): -11528739 or 14488912. OLE color: 14488912.
HSL color Cylindrical-coordinate representation of color #5015DD: hue angle of 257.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5015DD is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 21 | 221 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.13 |
| HSL | 257.7º | 0.83% | 0.47% | - |
| HSV(B) | 257.7º | 0.9% | 0.87% | - |
| XYZ | 16.63 | 7.46 | 68.97 | - |
| YUV | 61.44 | 218.05 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 221 | 0.64 | 0.90 | 0 | 0.13 | 257.7 | 0.83 | 0.47 |
| Hex | 50 | 15 | DD | 40 | 5A | 0 | D | 102 | 53 | 2F |
| Octal | 120 | 25 | 335 | 100 | 132 | 0 | 15 | 402 | 123 | 57 |
| Binary | 1010000 | 10101 | 11011101 | 1000000 | 1011010 | 0 | 1101 | 100000010 | 1010011 | 101111 |
Color Harmonies of #5015DD
Complementary color
Monochromatic Colors of #5015DD
Black with #5015DD
Text Example
Text Example
White with #5015DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5015DD; }
p { color: rgb(80,21,221); }
H1.HeaderClassName
{
color: #5015DD;
}
.AnyTagClassName
{
color: #5015DD;
}
</style>
background-color css
<style>
a { background-color: #5015DD; }
a { background-color: rgb(80,21,221); }
div.DivClassName
{
background-color: #5015DD;
}
.BgClassName
{
background-color: #5015DD;
}
</style>
border-color css
<style>
span { border-color: #5015DD; }
span { border-color: rgb(80,21,221); }
td.TdClassName
{
border-color: #5015DD;
}
.TagClassName
{
border-color: #5015DD;
}
</style>