Shades of Han Purple #500BFB
Tints of Han Purple #500BFB
RGB
CMYK
RGB Variations
Color information
#500BFB (or 0x500BFB) is known color: Han Purple. HEX triplet: 50, 0B and FB. RGB value is (80,11,251). Sum of RGB (Red+Green+Blue) = 80+11+251=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #500BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500BFB is #AFF404. Grayscale: #3A3A3A. Windows color (decimal): -11531269 or 16452432. OLE color: 16452432.
HSL color Cylindrical-coordinate representation of color #500BFB: hue angle of 257.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500BFB is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 11 | 251 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.02 |
| HSL | 257.25º | 0.97% | 0.51% | - |
| HSV(B) | 257.25º | 0.96% | 0.98% | - |
| XYZ | 20.84 | 8.91 | 91.89 | - |
| YUV | 58.99 | 236.36 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 251 | 0.68 | 0.96 | 0 | 0.02 | 257.25 | 0.97 | 0.51 |
| Hex | 50 | B | FB | 44 | 60 | 0 | 2 | 101 | 61 | 33 |
| Octal | 120 | 13 | 373 | 104 | 140 | 0 | 2 | 401 | 141 | 63 |
| Binary | 1010000 | 1011 | 11111011 | 1000100 | 1100000 | 0 | 10 | 100000001 | 1100001 | 110011 |
Color Harmonies of #500BFB
Complementary color
Monochromatic Colors of #500BFB
Black with #500BFB
Text Example
Text Example
White with #500BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BFB; }
p { color: rgb(80,11,251); }
H1.HeaderClassName
{
color: #500BFB;
}
.AnyTagClassName
{
color: #500BFB;
}
</style>
background-color css
<style>
a { background-color: #500BFB; }
a { background-color: rgb(80,11,251); }
div.DivClassName
{
background-color: #500BFB;
}
.BgClassName
{
background-color: #500BFB;
}
</style>
border-color css
<style>
span { border-color: #500BFB; }
span { border-color: rgb(80,11,251); }
td.TdClassName
{
border-color: #500BFB;
}
.TagClassName
{
border-color: #500BFB;
}
</style>