Shades of Han Purple #500DFB
Tints of Han Purple #500DFB
RGB
CMYK
RGB Variations
Color information
#500DFB (or 0x500DFB) is known color: Han Purple. HEX triplet: 50, 0D and FB. RGB value is (80,13,251). Sum of RGB (Red+Green+Blue) = 80+13+251=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 251 (98.44% from 255 or 72.97% from 344); Max value from RGB is 251 - color contains mainly: blue. Hex color #500DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500DFB is #AFF204. Grayscale: #3B3B3B. Windows color (decimal): -11530757 or 16452944. OLE color: 16452944.
HSL color Cylindrical-coordinate representation of color #500DFB: hue angle of 256.89º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500DFB is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 13 | 251 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.02 |
| HSL | 256.89º | 0.97% | 0.52% | - |
| HSV(B) | 256.89º | 0.95% | 0.98% | - |
| XYZ | 20.86 | 8.96 | 91.9 | - |
| YUV | 60.17 | 235.7 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 251 | 0.68 | 0.95 | 0 | 0.02 | 256.89 | 0.97 | 0.52 |
| Hex | 50 | D | FB | 44 | 5F | 0 | 2 | 101 | 61 | 34 |
| Octal | 120 | 15 | 373 | 104 | 137 | 0 | 2 | 401 | 141 | 64 |
| Binary | 1010000 | 1101 | 11111011 | 1000100 | 1011111 | 0 | 10 | 100000001 | 1100001 | 110100 |
Color Harmonies of #500DFB
Complementary color
Monochromatic Colors of #500DFB
Black with #500DFB
Text Example
Text Example
White with #500DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500DFB; }
p { color: rgb(80,13,251); }
H1.HeaderClassName
{
color: #500DFB;
}
.AnyTagClassName
{
color: #500DFB;
}
</style>
background-color css
<style>
a { background-color: #500DFB; }
a { background-color: rgb(80,13,251); }
div.DivClassName
{
background-color: #500DFB;
}
.BgClassName
{
background-color: #500DFB;
}
</style>
border-color css
<style>
span { border-color: #500DFB; }
span { border-color: rgb(80,13,251); }
td.TdClassName
{
border-color: #500DFB;
}
.TagClassName
{
border-color: #500DFB;
}
</style>