Shades of Han Purple #5004DC
Tints of Han Purple #5004DC
RGB
CMYK
RGB Variations
Color information
#5004DC (or 0x5004DC) is known color: Han Purple. HEX triplet: 50, 04 and DC. RGB value is (80,4,220). Sum of RGB (Red+Green+Blue) = 80+4+220=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #5004DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5004DC is #AFFB23. Grayscale: #323232. Windows color (decimal): -11533092 or 14419024. OLE color: 14419024.
HSL color Cylindrical-coordinate representation of color #5004DC: hue angle of 261.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5004DC is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 4 | 220 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.14 |
| HSL | 261.11º | 0.96% | 0.44% | - |
| HSV(B) | 261.11º | 0.98% | 0.86% | - |
| XYZ | 16.27 | 6.96 | 68.2 | - |
| YUV | 51.35 | 223.18 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 220 | 0.64 | 0.98 | 0 | 0.14 | 261.11 | 0.96 | 0.44 |
| Hex | 50 | 4 | DC | 40 | 62 | 0 | E | 105 | 60 | 2C |
| Octal | 120 | 4 | 334 | 100 | 142 | 0 | 16 | 405 | 140 | 54 |
| Binary | 1010000 | 100 | 11011100 | 1000000 | 1100010 | 0 | 1110 | 100000101 | 1100000 | 101100 |
Color Harmonies of #5004DC
Complementary color
Monochromatic Colors of #5004DC
Black with #5004DC
Text Example
Text Example
White with #5004DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5004DC; }
p { color: rgb(80,4,220); }
H1.HeaderClassName
{
color: #5004DC;
}
.AnyTagClassName
{
color: #5004DC;
}
</style>
background-color css
<style>
a { background-color: #5004DC; }
a { background-color: rgb(80,4,220); }
div.DivClassName
{
background-color: #5004DC;
}
.BgClassName
{
background-color: #5004DC;
}
</style>
border-color css
<style>
span { border-color: #5004DC; }
span { border-color: rgb(80,4,220); }
td.TdClassName
{
border-color: #5004DC;
}
.TagClassName
{
border-color: #5004DC;
}
</style>