Shades of Han Purple #5207D8
Tints of Han Purple #5207D8
RGB
CMYK
RGB Variations
Color information
#5207D8 (or 0x5207D8) is known color: Han Purple. HEX triplet: 52, 07 and D8. RGB value is (82,7,216). Sum of RGB (Red+Green+Blue) = 82+7+216=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 216 (84.77% from 255 or 70.82% from 305); Max value from RGB is 216 - color contains mainly: blue. Hex color #5207D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5207D8 is #ADF827. Grayscale: #343434. Windows color (decimal): -11401256 or 14157650. OLE color: 14157650.
HSL color Cylindrical-coordinate representation of color #5207D8: hue angle of 261.53º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5207D8 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 7 | 216 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.15 |
| HSL | 261.53º | 0.94% | 0.44% | - |
| HSV(B) | 261.53º | 0.97% | 0.85% | - |
| XYZ | 15.95 | 6.9 | 65.46 | - |
| YUV | 53.25 | 219.85 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 216 | 0.62 | 0.97 | 0 | 0.15 | 261.53 | 0.94 | 0.44 |
| Hex | 52 | 7 | D8 | 3E | 61 | 0 | F | 106 | 5E | 2C |
| Octal | 122 | 7 | 330 | 76 | 141 | 0 | 17 | 406 | 136 | 54 |
| Binary | 1010010 | 111 | 11011000 | 111110 | 1100001 | 0 | 1111 | 100000110 | 1011110 | 101100 |
Color Harmonies of #5207D8
Complementary color
Monochromatic Colors of #5207D8
Black with #5207D8
Text Example
Text Example
White with #5207D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5207D8; }
p { color: rgb(82,7,216); }
H1.HeaderClassName
{
color: #5207D8;
}
.AnyTagClassName
{
color: #5207D8;
}
</style>
background-color css
<style>
a { background-color: #5207D8; }
a { background-color: rgb(82,7,216); }
div.DivClassName
{
background-color: #5207D8;
}
.BgClassName
{
background-color: #5207D8;
}
</style>
border-color css
<style>
span { border-color: #5207D8; }
span { border-color: rgb(82,7,216); }
td.TdClassName
{
border-color: #5207D8;
}
.TagClassName
{
border-color: #5207D8;
}
</style>