Shades of Han Purple #502DDD
Tints of Han Purple #502DDD
RGB
CMYK
RGB Variations
Color information
#502DDD (or 0x502DDD) is known color: Han Purple. HEX triplet: 50, 2D and DD. RGB value is (80,45,221). Sum of RGB (Red+Green+Blue) = 80+45+221=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #502DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502DDD is #AFD222. Grayscale: #4A4A4A. Windows color (decimal): -11522595 or 14495056. OLE color: 14495056.
HSL color Cylindrical-coordinate representation of color #502DDD: hue angle of 251.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #502DDD is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 45 | 221 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.13 |
| HSL | 251.93º | 0.72% | 0.52% | - |
| HSV(B) | 251.93º | 0.8% | 0.87% | - |
| XYZ | 17.3 | 8.8 | 69.19 | - |
| YUV | 75.53 | 210.1 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 221 | 0.64 | 0.80 | 0 | 0.13 | 251.93 | 0.72 | 0.52 |
| Hex | 50 | 2D | DD | 40 | 50 | 0 | D | FC | 48 | 34 |
| Octal | 120 | 55 | 335 | 100 | 120 | 0 | 15 | 374 | 110 | 64 |
| Binary | 1010000 | 101101 | 11011101 | 1000000 | 1010000 | 0 | 1101 | 11111100 | 1001000 | 110100 |
Color Harmonies of #502DDD
Complementary color
Monochromatic Colors of #502DDD
Black with #502DDD
Text Example
Text Example
White with #502DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502DDD; }
p { color: rgb(80,45,221); }
H1.HeaderClassName
{
color: #502DDD;
}
.AnyTagClassName
{
color: #502DDD;
}
</style>
background-color css
<style>
a { background-color: #502DDD; }
a { background-color: rgb(80,45,221); }
div.DivClassName
{
background-color: #502DDD;
}
.BgClassName
{
background-color: #502DDD;
}
</style>
border-color css
<style>
span { border-color: #502DDD; }
span { border-color: rgb(80,45,221); }
td.TdClassName
{
border-color: #502DDD;
}
.TagClassName
{
border-color: #502DDD;
}
</style>