Shades of Han Purple #500CDA
Tints of Han Purple #500CDA
RGB
CMYK
RGB Variations
Color information
#500CDA (or 0x500CDA) is known color: Han Purple. HEX triplet: 50, 0C and DA. RGB value is (80,12,218). Sum of RGB (Red+Green+Blue) = 80+12+218=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #500CDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500CDA is #AFF325. Grayscale: #373737. Windows color (decimal): -11531046 or 14290000. OLE color: 14290000.
HSL color Cylindrical-coordinate representation of color #500CDA: hue angle of 259.81º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500CDA is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 12 | 218 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.15 |
| HSL | 259.81º | 0.9% | 0.45% | - |
| HSV(B) | 259.81º | 0.94% | 0.85% | - |
| XYZ | 16.09 | 7.03 | 66.84 | - |
| YUV | 55.82 | 219.53 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 218 | 0.63 | 0.94 | 0 | 0.15 | 259.81 | 0.9 | 0.45 |
| Hex | 50 | C | DA | 3F | 5E | 0 | F | 104 | 5A | 2D |
| Octal | 120 | 14 | 332 | 77 | 136 | 0 | 17 | 404 | 132 | 55 |
| Binary | 1010000 | 1100 | 11011010 | 111111 | 1011110 | 0 | 1111 | 100000100 | 1011010 | 101101 |
Color Harmonies of #500CDA
Complementary color
Monochromatic Colors of #500CDA
Black with #500CDA
Text Example
Text Example
White with #500CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CDA; }
p { color: rgb(80,12,218); }
H1.HeaderClassName
{
color: #500CDA;
}
.AnyTagClassName
{
color: #500CDA;
}
</style>
background-color css
<style>
a { background-color: #500CDA; }
a { background-color: rgb(80,12,218); }
div.DivClassName
{
background-color: #500CDA;
}
.BgClassName
{
background-color: #500CDA;
}
</style>
border-color css
<style>
span { border-color: #500CDA; }
span { border-color: rgb(80,12,218); }
td.TdClassName
{
border-color: #500CDA;
}
.TagClassName
{
border-color: #500CDA;
}
</style>