Shades of Han Purple #500BD2
Tints of Han Purple #500BD2
RGB
CMYK
RGB Variations
Color information
#500BD2 (or 0x500BD2) is known color: Han Purple. HEX triplet: 50, 0B and D2. RGB value is (80,11,210). Sum of RGB (Red+Green+Blue) = 80+11+210=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 210 (82.42% from 255 or 69.77% from 301); Max value from RGB is 210 - color contains mainly: blue. Hex color #500BD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BD2 is #AFF42D. Grayscale: #353535. Windows color (decimal): -11531310 or 13765456. OLE color: 13765456.
HSL color Cylindrical-coordinate representation of color #500BD2: hue angle of 260.8º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500BD2 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 11 | 210 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.18 |
| HSL | 260.8º | 0.9% | 0.43% | - |
| HSV(B) | 260.8º | 0.95% | 0.82% | - |
| XYZ | 15.06 | 6.6 | 61.45 | - |
| YUV | 54.32 | 215.86 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 210 | 0.62 | 0.95 | 0 | 0.18 | 260.8 | 0.9 | 0.43 |
| Hex | 50 | B | D2 | 3E | 5F | 0 | 12 | 105 | 5A | 2B |
| Octal | 120 | 13 | 322 | 76 | 137 | 0 | 22 | 405 | 132 | 53 |
| Binary | 1010000 | 1011 | 11010010 | 111110 | 1011111 | 0 | 10010 | 100000101 | 1011010 | 101011 |
Color Harmonies of #500BD2
Complementary color
Monochromatic Colors of #500BD2
Black with #500BD2
Text Example
Text Example
White with #500BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BD2; }
p { color: rgb(80,11,210); }
H1.HeaderClassName
{
color: #500BD2;
}
.AnyTagClassName
{
color: #500BD2;
}
</style>
background-color css
<style>
a { background-color: #500BD2; }
a { background-color: rgb(80,11,210); }
div.DivClassName
{
background-color: #500BD2;
}
.BgClassName
{
background-color: #500BD2;
}
</style>
border-color css
<style>
span { border-color: #500BD2; }
span { border-color: rgb(80,11,210); }
td.TdClassName
{
border-color: #500BD2;
}
.TagClassName
{
border-color: #500BD2;
}
</style>