Shades of Han Purple #5006DF
Tints of Han Purple #5006DF
RGB
CMYK
RGB Variations
Color information
#5006DF (or 0x5006DF) is known color: Han Purple. HEX triplet: 50, 06 and DF. RGB value is (80,6,223). Sum of RGB (Red+Green+Blue) = 80+6+223=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #5006DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5006DF is #AFF920. Grayscale: #343434. Windows color (decimal): -11532577 or 14616144. OLE color: 14616144.
HSL color Cylindrical-coordinate representation of color #5006DF: hue angle of 260.46º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5006DF is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 6 | 223 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.13 |
| HSL | 260.46º | 0.95% | 0.45% | - |
| HSV(B) | 260.46º | 0.97% | 0.87% | - |
| XYZ | 16.69 | 7.16 | 70.31 | - |
| YUV | 52.86 | 224.02 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 223 | 0.64 | 0.97 | 0 | 0.13 | 260.46 | 0.95 | 0.45 |
| Hex | 50 | 6 | DF | 40 | 61 | 0 | D | 104 | 5F | 2D |
| Octal | 120 | 6 | 337 | 100 | 141 | 0 | 15 | 404 | 137 | 55 |
| Binary | 1010000 | 110 | 11011111 | 1000000 | 1100001 | 0 | 1101 | 100000100 | 1011111 | 101101 |
Color Harmonies of #5006DF
Complementary color
Monochromatic Colors of #5006DF
Black with #5006DF
Text Example
Text Example
White with #5006DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5006DF; }
p { color: rgb(80,6,223); }
H1.HeaderClassName
{
color: #5006DF;
}
.AnyTagClassName
{
color: #5006DF;
}
</style>
background-color css
<style>
a { background-color: #5006DF; }
a { background-color: rgb(80,6,223); }
div.DivClassName
{
background-color: #5006DF;
}
.BgClassName
{
background-color: #5006DF;
}
</style>
border-color css
<style>
span { border-color: #5006DF; }
span { border-color: rgb(80,6,223); }
td.TdClassName
{
border-color: #5006DF;
}
.TagClassName
{
border-color: #5006DF;
}
</style>