Shades of Han Purple #5204DC
Tints of Han Purple #5204DC
RGB
CMYK
RGB Variations
Color information
#5204DC (or 0x5204DC) is known color: Han Purple. HEX triplet: 52, 04 and DC. RGB value is (82,4,220). Sum of RGB (Red+Green+Blue) = 82+4+220=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #5204DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5204DC is #ADFB23. Grayscale: #333333. Windows color (decimal): -11402020 or 14419026. OLE color: 14419026.
HSL color Cylindrical-coordinate representation of color #5204DC: hue angle of 261.67º 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 #5204DC is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 4 | 220 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.14 |
| HSL | 261.67º | 0.96% | 0.44% | - |
| HSV(B) | 261.67º | 0.98% | 0.86% | - |
| XYZ | 16.44 | 7.05 | 68.2 | - |
| YUV | 51.95 | 222.84 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 220 | 0.63 | 0.98 | 0 | 0.14 | 261.67 | 0.96 | 0.44 |
| Hex | 52 | 4 | DC | 3F | 62 | 0 | E | 106 | 60 | 2C |
| Octal | 122 | 4 | 334 | 77 | 142 | 0 | 16 | 406 | 140 | 54 |
| Binary | 1010010 | 100 | 11011100 | 111111 | 1100010 | 0 | 1110 | 100000110 | 1100000 | 101100 |
Color Harmonies of #5204DC
Complementary color
Monochromatic Colors of #5204DC
Black with #5204DC
Text Example
Text Example
White with #5204DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5204DC; }
p { color: rgb(82,4,220); }
H1.HeaderClassName
{
color: #5204DC;
}
.AnyTagClassName
{
color: #5204DC;
}
</style>
background-color css
<style>
a { background-color: #5204DC; }
a { background-color: rgb(82,4,220); }
div.DivClassName
{
background-color: #5204DC;
}
.BgClassName
{
background-color: #5204DC;
}
</style>
border-color css
<style>
span { border-color: #5204DC; }
span { border-color: rgb(82,4,220); }
td.TdClassName
{
border-color: #5204DC;
}
.TagClassName
{
border-color: #5204DC;
}
</style>