Shades of Han Purple #500BF0
Tints of Han Purple #500BF0
RGB
CMYK
RGB Variations
Color information
#500BF0 (or 0x500BF0) is known color: Han Purple. HEX triplet: 50, 0B and F0. RGB value is (80,11,240). Sum of RGB (Red+Green+Blue) = 80+11+240=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 240 (94.14% from 255 or 72.51% from 331); Max value from RGB is 240 - color contains mainly: blue. Hex color #500BF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500BF0 is #AFF40F. Grayscale: #383838. Windows color (decimal): -11531280 or 15731536. OLE color: 15731536.
HSL color Cylindrical-coordinate representation of color #500BF0: hue angle of 258.08º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500BF0 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 11 | 240 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.06 |
| HSL | 258.08º | 0.91% | 0.49% | - |
| HSV(B) | 258.08º | 0.95% | 0.94% | - |
| XYZ | 19.16 | 8.24 | 83.02 | - |
| YUV | 57.74 | 230.86 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 240 | 0.67 | 0.95 | 0 | 0.06 | 258.08 | 0.91 | 0.49 |
| Hex | 50 | B | F0 | 43 | 5F | 0 | 6 | 102 | 5B | 31 |
| Octal | 120 | 13 | 360 | 103 | 137 | 0 | 6 | 402 | 133 | 61 |
| Binary | 1010000 | 1011 | 11110000 | 1000011 | 1011111 | 0 | 110 | 100000010 | 1011011 | 110001 |
Color Harmonies of #500BF0
Complementary color
Monochromatic Colors of #500BF0
Black with #500BF0
Text Example
Text Example
White with #500BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BF0; }
p { color: rgb(80,11,240); }
H1.HeaderClassName
{
color: #500BF0;
}
.AnyTagClassName
{
color: #500BF0;
}
</style>
background-color css
<style>
a { background-color: #500BF0; }
a { background-color: rgb(80,11,240); }
div.DivClassName
{
background-color: #500BF0;
}
.BgClassName
{
background-color: #500BF0;
}
</style>
border-color css
<style>
span { border-color: #500BF0; }
span { border-color: rgb(80,11,240); }
td.TdClassName
{
border-color: #500BF0;
}
.TagClassName
{
border-color: #500BF0;
}
</style>