Shades of Han Purple #500FFF
Tints of Han Purple #500FFF
RGB
CMYK
RGB Variations
Color information
#500FFF (or 0x500FFF) is known color: Han Purple. HEX triplet: 50, 0F and FF. RGB value is (80,15,255). Sum of RGB (Red+Green+Blue) = 80+15+255=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #500FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500FFF is #AFF000. Grayscale: #3C3C3C. Windows color (decimal): -11530241 or 16715600. OLE color: 16715600.
HSL color Cylindrical-coordinate representation of color #500FFF: hue angle of 256.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500FFF is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 15 | 255 | - |
| CMYK | 0.69 | 0.94 | 0 | 0 |
| HSL | 256.25º | 1% | 0.53% | - |
| HSV(B) | 256.25º | 0.94% | 1% | - |
| XYZ | 21.53 | 9.27 | 95.26 | - |
| YUV | 61.8 | 237.03 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 255 | 0.69 | 0.94 | 0 | 0 | 256.25 | 1 | 0.53 |
| Hex | 50 | F | FF | 45 | 5E | 0 | 0 | 100 | 64 | 35 |
| Octal | 120 | 17 | 377 | 105 | 136 | 0 | 0 | 400 | 144 | 65 |
| Binary | 1010000 | 1111 | 11111111 | 1000101 | 1011110 | 0 | 0 | 100000000 | 1100100 | 110101 |
Color Harmonies of #500FFF
Complementary color
Monochromatic Colors of #500FFF
Black with #500FFF
Text Example
Text Example
White with #500FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500FFF; }
p { color: rgb(80,15,255); }
H1.HeaderClassName
{
color: #500FFF;
}
.AnyTagClassName
{
color: #500FFF;
}
</style>
background-color css
<style>
a { background-color: #500FFF; }
a { background-color: rgb(80,15,255); }
div.DivClassName
{
background-color: #500FFF;
}
.BgClassName
{
background-color: #500FFF;
}
</style>
border-color css
<style>
span { border-color: #500FFF; }
span { border-color: rgb(80,15,255); }
td.TdClassName
{
border-color: #500FFF;
}
.TagClassName
{
border-color: #500FFF;
}
</style>