Shades of Han Purple #500DF6
Tints of Han Purple #500DF6
RGB
CMYK
RGB Variations
Color information
#500DF6 (or 0x500DF6) is known color: Han Purple. HEX triplet: 50, 0D and F6. RGB value is (80,13,246). Sum of RGB (Red+Green+Blue) = 80+13+246=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 246 (96.48% from 255 or 72.57% from 339); Max value from RGB is 246 - color contains mainly: blue. Hex color #500DF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500DF6 is #AFF209. Grayscale: #3A3A3A. Windows color (decimal): -11530762 or 16125264. OLE color: 16125264.
HSL color Cylindrical-coordinate representation of color #500DF6: hue angle of 257.25º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500DF6 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 13 | 246 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.04 |
| HSL | 257.25º | 0.93% | 0.51% | - |
| HSV(B) | 257.25º | 0.95% | 0.96% | - |
| XYZ | 20.09 | 8.65 | 87.8 | - |
| YUV | 59.6 | 233.2 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 246 | 0.67 | 0.95 | 0 | 0.04 | 257.25 | 0.93 | 0.51 |
| Hex | 50 | D | F6 | 43 | 5F | 0 | 4 | 101 | 5D | 33 |
| Octal | 120 | 15 | 366 | 103 | 137 | 0 | 4 | 401 | 135 | 63 |
| Binary | 1010000 | 1101 | 11110110 | 1000011 | 1011111 | 0 | 100 | 100000001 | 1011101 | 110011 |
Color Harmonies of #500DF6
Complementary color
Monochromatic Colors of #500DF6
Black with #500DF6
Text Example
Text Example
White with #500DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500DF6; }
p { color: rgb(80,13,246); }
H1.HeaderClassName
{
color: #500DF6;
}
.AnyTagClassName
{
color: #500DF6;
}
</style>
background-color css
<style>
a { background-color: #500DF6; }
a { background-color: rgb(80,13,246); }
div.DivClassName
{
background-color: #500DF6;
}
.BgClassName
{
background-color: #500DF6;
}
</style>
border-color css
<style>
span { border-color: #500DF6; }
span { border-color: rgb(80,13,246); }
td.TdClassName
{
border-color: #500DF6;
}
.TagClassName
{
border-color: #500DF6;
}
</style>