Shades of Han Purple #500BF6
Tints of Han Purple #500BF6
RGB
CMYK
RGB Variations
Color information
#500BF6 (or 0x500BF6) is known color: Han Purple. HEX triplet: 50, 0B and F6. RGB value is (80,11,246). Sum of RGB (Red+Green+Blue) = 80+11+246=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 246 (96.48% from 255 or 73.00% from 337); Max value from RGB is 246 - color contains mainly: blue. Hex color #500BF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500BF6 is #AFF409. Grayscale: #393939. Windows color (decimal): -11531274 or 16124752. OLE color: 16124752.
HSL color Cylindrical-coordinate representation of color #500BF6: hue angle of 257.62º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500BF6 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 11 | 246 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.04 |
| HSL | 257.62º | 0.93% | 0.5% | - |
| HSV(B) | 257.62º | 0.96% | 0.96% | - |
| XYZ | 20.06 | 8.6 | 87.79 | - |
| YUV | 58.42 | 233.86 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 246 | 0.67 | 0.96 | 0 | 0.04 | 257.62 | 0.93 | 0.5 |
| Hex | 50 | B | F6 | 43 | 60 | 0 | 4 | 102 | 5D | 32 |
| Octal | 120 | 13 | 366 | 103 | 140 | 0 | 4 | 402 | 135 | 62 |
| Binary | 1010000 | 1011 | 11110110 | 1000011 | 1100000 | 0 | 100 | 100000010 | 1011101 | 110010 |
Color Harmonies of #500BF6
Complementary color
Monochromatic Colors of #500BF6
Black with #500BF6
Text Example
Text Example
White with #500BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BF6; }
p { color: rgb(80,11,246); }
H1.HeaderClassName
{
color: #500BF6;
}
.AnyTagClassName
{
color: #500BF6;
}
</style>
background-color css
<style>
a { background-color: #500BF6; }
a { background-color: rgb(80,11,246); }
div.DivClassName
{
background-color: #500BF6;
}
.BgClassName
{
background-color: #500BF6;
}
</style>
border-color css
<style>
span { border-color: #500BF6; }
span { border-color: rgb(80,11,246); }
td.TdClassName
{
border-color: #500BF6;
}
.TagClassName
{
border-color: #500BF6;
}
</style>