Shades of Han Purple #5202DF
Tints of Han Purple #5202DF
RGB
CMYK
RGB Variations
Color information
#5202DF (or 0x5202DF) is known color: Han Purple. HEX triplet: 52, 02 and DF. RGB value is (82,2,223). Sum of RGB (Red+Green+Blue) = 82+2+223=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #5202DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5202DF is #ADFD20. Grayscale: #323232. Windows color (decimal): -11402529 or 14615122. OLE color: 14615122.
HSL color Cylindrical-coordinate representation of color #5202DF: hue angle of 261.72º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5202DF is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 2 | 223 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.13 |
| HSL | 261.72º | 0.98% | 0.44% | - |
| HSV(B) | 261.72º | 0.99% | 0.87% | - |
| XYZ | 16.82 | 7.16 | 70.31 | - |
| YUV | 51.11 | 225 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 223 | 0.63 | 0.99 | 0 | 0.13 | 261.72 | 0.98 | 0.44 |
| Hex | 52 | 2 | DF | 3F | 63 | 0 | D | 106 | 62 | 2C |
| Octal | 122 | 2 | 337 | 77 | 143 | 0 | 15 | 406 | 142 | 54 |
| Binary | 1010010 | 10 | 11011111 | 111111 | 1100011 | 0 | 1101 | 100000110 | 1100010 | 101100 |
Color Harmonies of #5202DF
Complementary color
Monochromatic Colors of #5202DF
Black with #5202DF
Text Example
Text Example
White with #5202DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5202DF; }
p { color: rgb(82,2,223); }
H1.HeaderClassName
{
color: #5202DF;
}
.AnyTagClassName
{
color: #5202DF;
}
</style>
background-color css
<style>
a { background-color: #5202DF; }
a { background-color: rgb(82,2,223); }
div.DivClassName
{
background-color: #5202DF;
}
.BgClassName
{
background-color: #5202DF;
}
</style>
border-color css
<style>
span { border-color: #5202DF; }
span { border-color: rgb(82,2,223); }
td.TdClassName
{
border-color: #5202DF;
}
.TagClassName
{
border-color: #5202DF;
}
</style>