Shades of Han Purple #502DDE
Tints of Han Purple #502DDE
RGB
CMYK
RGB Variations
Color information
#502DDE (or 0x502DDE) is known color: Han Purple. HEX triplet: 50, 2D and DE. RGB value is (80,45,222). Sum of RGB (Red+Green+Blue) = 80+45+222=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #502DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502DDE is #AFD221. Grayscale: #4A4A4A. Windows color (decimal): -11522594 or 14560592. OLE color: 14560592.
HSL color Cylindrical-coordinate representation of color #502DDE: hue angle of 251.86º degrees, saturation: 0.73, 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 #502DDE is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 45 | 222 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.13 |
| HSL | 251.86º | 0.73% | 0.52% | - |
| HSV(B) | 251.86º | 0.8% | 0.87% | - |
| XYZ | 17.43 | 8.86 | 69.9 | - |
| YUV | 75.64 | 210.6 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 222 | 0.64 | 0.80 | 0 | 0.13 | 251.86 | 0.73 | 0.52 |
| Hex | 50 | 2D | DE | 40 | 50 | 0 | D | FC | 49 | 34 |
| Octal | 120 | 55 | 336 | 100 | 120 | 0 | 15 | 374 | 111 | 64 |
| Binary | 1010000 | 101101 | 11011110 | 1000000 | 1010000 | 0 | 1101 | 11111100 | 1001001 | 110100 |
Color Harmonies of #502DDE
Complementary color
Monochromatic Colors of #502DDE
Black with #502DDE
Text Example
Text Example
White with #502DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502DDE; }
p { color: rgb(80,45,222); }
H1.HeaderClassName
{
color: #502DDE;
}
.AnyTagClassName
{
color: #502DDE;
}
</style>
background-color css
<style>
a { background-color: #502DDE; }
a { background-color: rgb(80,45,222); }
div.DivClassName
{
background-color: #502DDE;
}
.BgClassName
{
background-color: #502DDE;
}
</style>
border-color css
<style>
span { border-color: #502DDE; }
span { border-color: rgb(80,45,222); }
td.TdClassName
{
border-color: #502DDE;
}
.TagClassName
{
border-color: #502DDE;
}
</style>