Shades of Han Purple #500DED
Tints of Han Purple #500DED
RGB
CMYK
RGB Variations
Color information
#500DED (or 0x500DED) is known color: Han Purple. HEX triplet: 50, 0D and ED. RGB value is (80,13,237). Sum of RGB (Red+Green+Blue) = 80+13+237=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #500DED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500DED is #AFF212. Grayscale: #393939. Windows color (decimal): -11530771 or 15535440. OLE color: 15535440.
HSL color Cylindrical-coordinate representation of color #500DED: hue angle of 257.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500DED is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 13 | 237 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.07 |
| HSL | 257.95º | 0.9% | 0.49% | - |
| HSV(B) | 257.95º | 0.95% | 0.93% | - |
| XYZ | 18.74 | 8.11 | 80.7 | - |
| YUV | 58.57 | 228.7 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 237 | 0.66 | 0.95 | 0 | 0.07 | 257.95 | 0.9 | 0.49 |
| Hex | 50 | D | ED | 42 | 5F | 0 | 7 | 102 | 5A | 31 |
| Octal | 120 | 15 | 355 | 102 | 137 | 0 | 7 | 402 | 132 | 61 |
| Binary | 1010000 | 1101 | 11101101 | 1000010 | 1011111 | 0 | 111 | 100000010 | 1011010 | 110001 |
Color Harmonies of #500DED
Complementary color
Monochromatic Colors of #500DED
Black with #500DED
Text Example
Text Example
White with #500DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500DED; }
p { color: rgb(80,13,237); }
H1.HeaderClassName
{
color: #500DED;
}
.AnyTagClassName
{
color: #500DED;
}
</style>
background-color css
<style>
a { background-color: #500DED; }
a { background-color: rgb(80,13,237); }
div.DivClassName
{
background-color: #500DED;
}
.BgClassName
{
background-color: #500DED;
}
</style>
border-color css
<style>
span { border-color: #500DED; }
span { border-color: rgb(80,13,237); }
td.TdClassName
{
border-color: #500DED;
}
.TagClassName
{
border-color: #500DED;
}
</style>