Shades of Han Purple #500DF7
Tints of Han Purple #500DF7
RGB
CMYK
RGB Variations
Color information
#500DF7 (or 0x500DF7) is known color: Han Purple. HEX triplet: 50, 0D and F7. RGB value is (80,13,247). Sum of RGB (Red+Green+Blue) = 80+13+247=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 247 (96.88% from 255 or 72.65% from 340); Max value from RGB is 247 - color contains mainly: blue. Hex color #500DF7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500DF7 is #AFF208. Grayscale: #3A3A3A. Windows color (decimal): -11530761 or 16190800. OLE color: 16190800.
HSL color Cylindrical-coordinate representation of color #500DF7: hue angle of 257.18º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500DF7 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 13 | 247 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.03 |
| HSL | 257.18º | 0.94% | 0.51% | - |
| HSV(B) | 257.18º | 0.95% | 0.97% | - |
| XYZ | 20.24 | 8.71 | 88.61 | - |
| YUV | 59.71 | 233.7 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 247 | 0.68 | 0.95 | 0 | 0.03 | 257.18 | 0.94 | 0.51 |
| Hex | 50 | D | F7 | 44 | 5F | 0 | 3 | 101 | 5E | 33 |
| Octal | 120 | 15 | 367 | 104 | 137 | 0 | 3 | 401 | 136 | 63 |
| Binary | 1010000 | 1101 | 11110111 | 1000100 | 1011111 | 0 | 11 | 100000001 | 1011110 | 110011 |
Color Harmonies of #500DF7
Complementary color
Monochromatic Colors of #500DF7
Black with #500DF7
Text Example
Text Example
White with #500DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500DF7; }
p { color: rgb(80,13,247); }
H1.HeaderClassName
{
color: #500DF7;
}
.AnyTagClassName
{
color: #500DF7;
}
</style>
background-color css
<style>
a { background-color: #500DF7; }
a { background-color: rgb(80,13,247); }
div.DivClassName
{
background-color: #500DF7;
}
.BgClassName
{
background-color: #500DF7;
}
</style>
border-color css
<style>
span { border-color: #500DF7; }
span { border-color: rgb(80,13,247); }
td.TdClassName
{
border-color: #500DF7;
}
.TagClassName
{
border-color: #500DF7;
}
</style>