Shades of Han Purple #500DDC
Tints of Han Purple #500DDC
RGB
CMYK
RGB Variations
Color information
#500DDC (or 0x500DDC) is known color: Han Purple. HEX triplet: 50, 0D and DC. RGB value is (80,13,220). Sum of RGB (Red+Green+Blue) = 80+13+220=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #500DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500DDC is #AFF223. Grayscale: #373737. Windows color (decimal): -11530788 or 14421328. OLE color: 14421328.
HSL color Cylindrical-coordinate representation of color #500DDC: hue angle of 259.42º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500DDC is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 13 | 220 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.14 |
| HSL | 259.42º | 0.89% | 0.46% | - |
| HSV(B) | 259.42º | 0.94% | 0.86% | - |
| XYZ | 16.37 | 7.16 | 68.23 | - |
| YUV | 56.63 | 220.2 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 220 | 0.64 | 0.94 | 0 | 0.14 | 259.42 | 0.89 | 0.46 |
| Hex | 50 | D | DC | 40 | 5E | 0 | E | 103 | 59 | 2E |
| Octal | 120 | 15 | 334 | 100 | 136 | 0 | 16 | 403 | 131 | 56 |
| Binary | 1010000 | 1101 | 11011100 | 1000000 | 1011110 | 0 | 1110 | 100000011 | 1011001 | 101110 |
Color Harmonies of #500DDC
Complementary color
Monochromatic Colors of #500DDC
Black with #500DDC
Text Example
Text Example
White with #500DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500DDC; }
p { color: rgb(80,13,220); }
H1.HeaderClassName
{
color: #500DDC;
}
.AnyTagClassName
{
color: #500DDC;
}
</style>
background-color css
<style>
a { background-color: #500DDC; }
a { background-color: rgb(80,13,220); }
div.DivClassName
{
background-color: #500DDC;
}
.BgClassName
{
background-color: #500DDC;
}
</style>
border-color css
<style>
span { border-color: #500DDC; }
span { border-color: rgb(80,13,220); }
td.TdClassName
{
border-color: #500DDC;
}
.TagClassName
{
border-color: #500DDC;
}
</style>