Shades of Han Purple #5207E8
Tints of Han Purple #5207E8
RGB
CMYK
RGB Variations
Color information
#5207E8 (or 0x5207E8) is known color: Han Purple. HEX triplet: 52, 07 and E8. RGB value is (82,7,232). Sum of RGB (Red+Green+Blue) = 82+7+232=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 232 (91.02% from 255 or 72.27% from 321); Max value from RGB is 232 - color contains mainly: blue. Hex color #5207E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5207E8 is #ADF817. Grayscale: #363636. Windows color (decimal): -11401240 or 15206226. OLE color: 15206226.
HSL color Cylindrical-coordinate representation of color #5207E8: hue angle of 260º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5207E8 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 7 | 232 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.09 |
| HSL | 260º | 0.94% | 0.47% | - |
| HSV(B) | 260º | 0.97% | 0.91% | - |
| XYZ | 18.12 | 7.77 | 76.89 | - |
| YUV | 55.08 | 227.85 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 232 | 0.65 | 0.97 | 0 | 0.09 | 260 | 0.94 | 0.47 |
| Hex | 52 | 7 | E8 | 41 | 61 | 0 | 9 | 104 | 5E | 2F |
| Octal | 122 | 7 | 350 | 101 | 141 | 0 | 11 | 404 | 136 | 57 |
| Binary | 1010010 | 111 | 11101000 | 1000001 | 1100001 | 0 | 1001 | 100000100 | 1011110 | 101111 |
Color Harmonies of #5207E8
Complementary color
Monochromatic Colors of #5207E8
Black with #5207E8
Text Example
Text Example
White with #5207E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5207E8; }
p { color: rgb(82,7,232); }
H1.HeaderClassName
{
color: #5207E8;
}
.AnyTagClassName
{
color: #5207E8;
}
</style>
background-color css
<style>
a { background-color: #5207E8; }
a { background-color: rgb(82,7,232); }
div.DivClassName
{
background-color: #5207E8;
}
.BgClassName
{
background-color: #5207E8;
}
</style>
border-color css
<style>
span { border-color: #5207E8; }
span { border-color: rgb(82,7,232); }
td.TdClassName
{
border-color: #5207E8;
}
.TagClassName
{
border-color: #5207E8;
}
</style>