Shades of Han Purple #500DF0
Tints of Han Purple #500DF0
RGB
CMYK
RGB Variations
Color information
#500DF0 (or 0x500DF0) is known color: Han Purple. HEX triplet: 50, 0D and F0. RGB value is (80,13,240). Sum of RGB (Red+Green+Blue) = 80+13+240=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 240 (94.14% from 255 or 72.07% from 333); Max value from RGB is 240 - color contains mainly: blue. Hex color #500DF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500DF0 is #AFF20F. Grayscale: #3A3A3A. Windows color (decimal): -11530768 or 15732048. OLE color: 15732048.
HSL color Cylindrical-coordinate representation of color #500DF0: hue angle of 257.71º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500DF0 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 13 | 240 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.06 |
| HSL | 257.71º | 0.9% | 0.5% | - |
| HSV(B) | 257.71º | 0.95% | 0.94% | - |
| XYZ | 19.18 | 8.28 | 83.03 | - |
| YUV | 58.91 | 230.2 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 240 | 0.67 | 0.95 | 0 | 0.06 | 257.71 | 0.9 | 0.5 |
| Hex | 50 | D | F0 | 43 | 5F | 0 | 6 | 102 | 5A | 32 |
| Octal | 120 | 15 | 360 | 103 | 137 | 0 | 6 | 402 | 132 | 62 |
| Binary | 1010000 | 1101 | 11110000 | 1000011 | 1011111 | 0 | 110 | 100000010 | 1011010 | 110010 |
Color Harmonies of #500DF0
Complementary color
Monochromatic Colors of #500DF0
Black with #500DF0
Text Example
Text Example
White with #500DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500DF0; }
p { color: rgb(80,13,240); }
H1.HeaderClassName
{
color: #500DF0;
}
.AnyTagClassName
{
color: #500DF0;
}
</style>
background-color css
<style>
a { background-color: #500DF0; }
a { background-color: rgb(80,13,240); }
div.DivClassName
{
background-color: #500DF0;
}
.BgClassName
{
background-color: #500DF0;
}
</style>
border-color css
<style>
span { border-color: #500DF0; }
span { border-color: rgb(80,13,240); }
td.TdClassName
{
border-color: #500DF0;
}
.TagClassName
{
border-color: #500DF0;
}
</style>