Shades of Han Purple #502BDD
Tints of Han Purple #502BDD
RGB
CMYK
RGB Variations
Color information
#502BDD (or 0x502BDD) is known color: Han Purple. HEX triplet: 50, 2B and DD. RGB value is (80,43,221). Sum of RGB (Red+Green+Blue) = 80+43+221=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #502BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BDD is #AFD422. Grayscale: #494949. Windows color (decimal): -11523107 or 14494544. OLE color: 14494544.
HSL color Cylindrical-coordinate representation of color #502BDD: hue angle of 252.47º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #502BDD is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 43 | 221 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.13 |
| HSL | 252.47º | 0.72% | 0.52% | - |
| HSV(B) | 252.47º | 0.81% | 0.87% | - |
| XYZ | 17.22 | 8.65 | 69.17 | - |
| YUV | 74.36 | 210.76 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 221 | 0.64 | 0.81 | 0 | 0.13 | 252.47 | 0.72 | 0.52 |
| Hex | 50 | 2B | DD | 40 | 51 | 0 | D | FC | 48 | 34 |
| Octal | 120 | 53 | 335 | 100 | 121 | 0 | 15 | 374 | 110 | 64 |
| Binary | 1010000 | 101011 | 11011101 | 1000000 | 1010001 | 0 | 1101 | 11111100 | 1001000 | 110100 |
Color Harmonies of #502BDD
Complementary color
Monochromatic Colors of #502BDD
Black with #502BDD
Text Example
Text Example
White with #502BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502BDD; }
p { color: rgb(80,43,221); }
H1.HeaderClassName
{
color: #502BDD;
}
.AnyTagClassName
{
color: #502BDD;
}
</style>
background-color css
<style>
a { background-color: #502BDD; }
a { background-color: rgb(80,43,221); }
div.DivClassName
{
background-color: #502BDD;
}
.BgClassName
{
background-color: #502BDD;
}
</style>
border-color css
<style>
span { border-color: #502BDD; }
span { border-color: rgb(80,43,221); }
td.TdClassName
{
border-color: #502BDD;
}
.TagClassName
{
border-color: #502BDD;
}
</style>