Shades of Han Purple #500BDC
Tints of Han Purple #500BDC
RGB
CMYK
RGB Variations
Color information
#500BDC (or 0x500BDC) is known color: Han Purple. HEX triplet: 50, 0B and DC. RGB value is (80,11,220). Sum of RGB (Red+Green+Blue) = 80+11+220=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #500BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BDC is #AFF423. Grayscale: #363636. Windows color (decimal): -11531300 or 14420816. OLE color: 14420816.
HSL color Cylindrical-coordinate representation of color #500BDC: hue angle of 259.81º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500BDC is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 11 | 220 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.14 |
| HSL | 259.81º | 0.9% | 0.45% | - |
| HSV(B) | 259.81º | 0.95% | 0.86% | - |
| XYZ | 16.35 | 7.11 | 68.22 | - |
| YUV | 55.46 | 220.86 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 220 | 0.64 | 0.95 | 0 | 0.14 | 259.81 | 0.9 | 0.45 |
| Hex | 50 | B | DC | 40 | 5F | 0 | E | 104 | 5A | 2D |
| Octal | 120 | 13 | 334 | 100 | 137 | 0 | 16 | 404 | 132 | 55 |
| Binary | 1010000 | 1011 | 11011100 | 1000000 | 1011111 | 0 | 1110 | 100000100 | 1011010 | 101101 |
Color Harmonies of #500BDC
Complementary color
Monochromatic Colors of #500BDC
Black with #500BDC
Text Example
Text Example
White with #500BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BDC; }
p { color: rgb(80,11,220); }
H1.HeaderClassName
{
color: #500BDC;
}
.AnyTagClassName
{
color: #500BDC;
}
</style>
background-color css
<style>
a { background-color: #500BDC; }
a { background-color: rgb(80,11,220); }
div.DivClassName
{
background-color: #500BDC;
}
.BgClassName
{
background-color: #500BDC;
}
</style>
border-color css
<style>
span { border-color: #500BDC; }
span { border-color: rgb(80,11,220); }
td.TdClassName
{
border-color: #500BDC;
}
.TagClassName
{
border-color: #500BDC;
}
</style>