Shades of Han Purple #5005DC
Tints of Han Purple #5005DC
RGB
CMYK
RGB Variations
Color information
#5005DC (or 0x5005DC) is known color: Han Purple. HEX triplet: 50, 05 and DC. RGB value is (80,5,220). Sum of RGB (Red+Green+Blue) = 80+5+220=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #5005DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5005DC is #AFFA23. Grayscale: #333333. Windows color (decimal): -11532836 or 14419280. OLE color: 14419280.
HSL color Cylindrical-coordinate representation of color #5005DC: hue angle of 260.93º 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 #5005DC is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 5 | 220 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.14 |
| HSL | 260.93º | 0.96% | 0.44% | - |
| HSV(B) | 260.93º | 0.98% | 0.86% | - |
| XYZ | 16.28 | 6.98 | 68.2 | - |
| YUV | 51.94 | 222.85 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 220 | 0.64 | 0.98 | 0 | 0.14 | 260.93 | 0.96 | 0.44 |
| Hex | 50 | 5 | DC | 40 | 62 | 0 | E | 105 | 60 | 2C |
| Octal | 120 | 5 | 334 | 100 | 142 | 0 | 16 | 405 | 140 | 54 |
| Binary | 1010000 | 101 | 11011100 | 1000000 | 1100010 | 0 | 1110 | 100000101 | 1100000 | 101100 |
Color Harmonies of #5005DC
Complementary color
Monochromatic Colors of #5005DC
Black with #5005DC
Text Example
Text Example
White with #5005DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5005DC; }
p { color: rgb(80,5,220); }
H1.HeaderClassName
{
color: #5005DC;
}
.AnyTagClassName
{
color: #5005DC;
}
</style>
background-color css
<style>
a { background-color: #5005DC; }
a { background-color: rgb(80,5,220); }
div.DivClassName
{
background-color: #5005DC;
}
.BgClassName
{
background-color: #5005DC;
}
</style>
border-color css
<style>
span { border-color: #5005DC; }
span { border-color: rgb(80,5,220); }
td.TdClassName
{
border-color: #5005DC;
}
.TagClassName
{
border-color: #5005DC;
}
</style>