Shades of Han Purple #500BEE
Tints of Han Purple #500BEE
RGB
CMYK
RGB Variations
Color information
#500BEE (or 0x500BEE) is known color: Han Purple. HEX triplet: 50, 0B and EE. RGB value is (80,11,238). Sum of RGB (Red+Green+Blue) = 80+11+238=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 238 (93.36% from 255 or 72.34% from 329); Max value from RGB is 238 - color contains mainly: blue. Hex color #500BEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500BEE is #AFF411. Grayscale: #383838. Windows color (decimal): -11531282 or 15600464. OLE color: 15600464.
HSL color Cylindrical-coordinate representation of color #500BEE: hue angle of 258.24º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500BEE is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 11 | 238 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.07 |
| HSL | 258.24º | 0.91% | 0.49% | - |
| HSV(B) | 258.24º | 0.95% | 0.93% | - |
| XYZ | 18.86 | 8.12 | 81.46 | - |
| YUV | 57.51 | 229.86 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 238 | 0.66 | 0.95 | 0 | 0.07 | 258.24 | 0.91 | 0.49 |
| Hex | 50 | B | EE | 42 | 5F | 0 | 7 | 102 | 5B | 31 |
| Octal | 120 | 13 | 356 | 102 | 137 | 0 | 7 | 402 | 133 | 61 |
| Binary | 1010000 | 1011 | 11101110 | 1000010 | 1011111 | 0 | 111 | 100000010 | 1011011 | 110001 |
Color Harmonies of #500BEE
Complementary color
Monochromatic Colors of #500BEE
Black with #500BEE
Text Example
Text Example
White with #500BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BEE; }
p { color: rgb(80,11,238); }
H1.HeaderClassName
{
color: #500BEE;
}
.AnyTagClassName
{
color: #500BEE;
}
</style>
background-color css
<style>
a { background-color: #500BEE; }
a { background-color: rgb(80,11,238); }
div.DivClassName
{
background-color: #500BEE;
}
.BgClassName
{
background-color: #500BEE;
}
</style>
border-color css
<style>
span { border-color: #500BEE; }
span { border-color: rgb(80,11,238); }
td.TdClassName
{
border-color: #500BEE;
}
.TagClassName
{
border-color: #500BEE;
}
</style>