Shades of Han Purple #500BFE
Tints of Han Purple #500BFE
RGB
CMYK
RGB Variations
Color information
#500BFE (or 0x500BFE) is known color: Han Purple. HEX triplet: 50, 0B and FE. RGB value is (80,11,254). Sum of RGB (Red+Green+Blue) = 80+11+254=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #500BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500BFE is #AFF401. Grayscale: #3A3A3A. Windows color (decimal): -11531266 or 16649040. OLE color: 16649040.
HSL color Cylindrical-coordinate representation of color #500BFE: hue angle of 257.04º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500BFE is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 11 | 254 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.00 |
| HSL | 257.04º | 0.99% | 0.52% | - |
| HSV(B) | 257.04º | 0.96% | 1% | - |
| XYZ | 21.32 | 9.1 | 94.4 | - |
| YUV | 59.33 | 237.86 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 254 | 0.69 | 0.96 | 0 | 0.00 | 257.04 | 0.99 | 0.52 |
| Hex | 50 | B | FE | 45 | 60 | 0 | 0 | 101 | 63 | 34 |
| Octal | 120 | 13 | 376 | 105 | 140 | 0 | 0 | 401 | 143 | 64 |
| Binary | 1010000 | 1011 | 11111110 | 1000101 | 1100000 | 0 | 0 | 100000001 | 1100011 | 110100 |
Color Harmonies of #500BFE
Complementary color
Monochromatic Colors of #500BFE
Black with #500BFE
Text Example
Text Example
White with #500BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BFE; }
p { color: rgb(80,11,254); }
H1.HeaderClassName
{
color: #500BFE;
}
.AnyTagClassName
{
color: #500BFE;
}
</style>
background-color css
<style>
a { background-color: #500BFE; }
a { background-color: rgb(80,11,254); }
div.DivClassName
{
background-color: #500BFE;
}
.BgClassName
{
background-color: #500BFE;
}
</style>
border-color css
<style>
span { border-color: #500BFE; }
span { border-color: rgb(80,11,254); }
td.TdClassName
{
border-color: #500BFE;
}
.TagClassName
{
border-color: #500BFE;
}
</style>