Shades of Han Purple #5209DF
Tints of Han Purple #5209DF
RGB
CMYK
RGB Variations
Color information
#5209DF (or 0x5209DF) is known color: Han Purple. HEX triplet: 52, 09 and DF. RGB value is (82,9,223). Sum of RGB (Red+Green+Blue) = 82+9+223=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #5209DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5209DF is #ADF620. Grayscale: #363636. Windows color (decimal): -11400737 or 14616914. OLE color: 14616914.
HSL color Cylindrical-coordinate representation of color #5209DF: hue angle of 260.47º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5209DF is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 9 | 223 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.13 |
| HSL | 260.47º | 0.92% | 0.45% | - |
| HSV(B) | 260.47º | 0.96% | 0.87% | - |
| XYZ | 16.9 | 7.32 | 70.33 | - |
| YUV | 55.22 | 222.68 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 223 | 0.63 | 0.96 | 0 | 0.13 | 260.47 | 0.92 | 0.45 |
| Hex | 52 | 9 | DF | 3F | 60 | 0 | D | 104 | 5C | 2D |
| Octal | 122 | 11 | 337 | 77 | 140 | 0 | 15 | 404 | 134 | 55 |
| Binary | 1010010 | 1001 | 11011111 | 111111 | 1100000 | 0 | 1101 | 100000100 | 1011100 | 101101 |
Color Harmonies of #5209DF
Complementary color
Monochromatic Colors of #5209DF
Black with #5209DF
Text Example
Text Example
White with #5209DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5209DF; }
p { color: rgb(82,9,223); }
H1.HeaderClassName
{
color: #5209DF;
}
.AnyTagClassName
{
color: #5209DF;
}
</style>
background-color css
<style>
a { background-color: #5209DF; }
a { background-color: rgb(82,9,223); }
div.DivClassName
{
background-color: #5209DF;
}
.BgClassName
{
background-color: #5209DF;
}
</style>
border-color css
<style>
span { border-color: #5209DF; }
span { border-color: rgb(82,9,223); }
td.TdClassName
{
border-color: #5209DF;
}
.TagClassName
{
border-color: #5209DF;
}
</style>