Shades of Han Purple #500BDE
Tints of Han Purple #500BDE
RGB
CMYK
RGB Variations
Color information
#500BDE (or 0x500BDE) is known color: Han Purple. HEX triplet: 50, 0B and DE. RGB value is (80,11,222). Sum of RGB (Red+Green+Blue) = 80+11+222=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #500BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BDE is #AFF421. Grayscale: #363636. Windows color (decimal): -11531298 or 14551888. OLE color: 14551888.
HSL color Cylindrical-coordinate representation of color #500BDE: hue angle of 259.62º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500BDE is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 11 | 222 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.13 |
| HSL | 259.62º | 0.91% | 0.46% | - |
| HSV(B) | 259.62º | 0.95% | 0.87% | - |
| XYZ | 16.61 | 7.22 | 69.63 | - |
| YUV | 55.69 | 221.86 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 222 | 0.64 | 0.95 | 0 | 0.13 | 259.62 | 0.91 | 0.46 |
| Hex | 50 | B | DE | 40 | 5F | 0 | D | 104 | 5B | 2E |
| Octal | 120 | 13 | 336 | 100 | 137 | 0 | 15 | 404 | 133 | 56 |
| Binary | 1010000 | 1011 | 11011110 | 1000000 | 1011111 | 0 | 1101 | 100000100 | 1011011 | 101110 |
Color Harmonies of #500BDE
Complementary color
Monochromatic Colors of #500BDE
Black with #500BDE
Text Example
Text Example
White with #500BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BDE; }
p { color: rgb(80,11,222); }
H1.HeaderClassName
{
color: #500BDE;
}
.AnyTagClassName
{
color: #500BDE;
}
</style>
background-color css
<style>
a { background-color: #500BDE; }
a { background-color: rgb(80,11,222); }
div.DivClassName
{
background-color: #500BDE;
}
.BgClassName
{
background-color: #500BDE;
}
</style>
border-color css
<style>
span { border-color: #500BDE; }
span { border-color: rgb(80,11,222); }
td.TdClassName
{
border-color: #500BDE;
}
.TagClassName
{
border-color: #500BDE;
}
</style>