Shades of Han Purple #5203DC
Tints of Han Purple #5203DC
RGB
CMYK
RGB Variations
Color information
#5203DC (or 0x5203DC) is known color: Han Purple. HEX triplet: 52, 03 and DC. RGB value is (82,3,220). Sum of RGB (Red+Green+Blue) = 82+3+220=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 3 (1.56% from 255 or 0.98% 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 #5203DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5203DC is #ADFC23. Grayscale: #323232. Windows color (decimal): -11402276 or 14418770. OLE color: 14418770.
HSL color Cylindrical-coordinate representation of color #5203DC: hue angle of 261.84º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5203DC is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 3 | 220 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.14 |
| HSL | 261.84º | 0.97% | 0.44% | - |
| HSV(B) | 261.84º | 0.99% | 0.86% | - |
| XYZ | 16.43 | 7.03 | 68.2 | - |
| YUV | 51.36 | 223.17 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 220 | 0.63 | 0.99 | 0 | 0.14 | 261.84 | 0.97 | 0.44 |
| Hex | 52 | 3 | DC | 3F | 63 | 0 | E | 106 | 61 | 2C |
| Octal | 122 | 3 | 334 | 77 | 143 | 0 | 16 | 406 | 141 | 54 |
| Binary | 1010010 | 11 | 11011100 | 111111 | 1100011 | 0 | 1110 | 100000110 | 1100001 | 101100 |
Color Harmonies of #5203DC
Complementary color
Monochromatic Colors of #5203DC
Black with #5203DC
Text Example
Text Example
White with #5203DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5203DC; }
p { color: rgb(82,3,220); }
H1.HeaderClassName
{
color: #5203DC;
}
.AnyTagClassName
{
color: #5203DC;
}
</style>
background-color css
<style>
a { background-color: #5203DC; }
a { background-color: rgb(82,3,220); }
div.DivClassName
{
background-color: #5203DC;
}
.BgClassName
{
background-color: #5203DC;
}
</style>
border-color css
<style>
span { border-color: #5203DC; }
span { border-color: rgb(82,3,220); }
td.TdClassName
{
border-color: #5203DC;
}
.TagClassName
{
border-color: #5203DC;
}
</style>