Shades of Han Purple #5200D8
Tints of Han Purple #5200D8
RGB
CMYK
RGB Variations
Color information
#5200D8 (or 0x5200D8) is known color: Han Purple. HEX triplet: 52, 00 and D8. RGB value is (82,0,216). Sum of RGB (Red+Green+Blue) = 82+0+216=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 216 (84.77% from 255 or 72.48% from 298); Max value from RGB is 216 - color contains mainly: blue. Hex color #5200D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5200D8 is #ADFF27. Grayscale: #303030. Windows color (decimal): -11403048 or 14155858. OLE color: 14155858.
HSL color Cylindrical-coordinate representation of color #5200D8: hue angle of 262.78º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200D8 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 0 | 216 | - |
| CMYK | 0.62 | 1 | 0 | 0.15 |
| HSL | 262.78º | 1% | 0.42% | - |
| HSV(B) | 262.78º | 1% | 0.85% | - |
| XYZ | 15.87 | 6.75 | 65.43 | - |
| YUV | 49.14 | 222.17 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 216 | 0.62 | 1 | 0 | 0.15 | 262.78 | 1 | 0.42 |
| Hex | 52 | 0 | D8 | 3E | 64 | 0 | F | 107 | 64 | 2A |
| Octal | 122 | 0 | 330 | 76 | 144 | 0 | 17 | 407 | 144 | 52 |
| Binary | 1010010 | 0 | 11011000 | 111110 | 1100100 | 0 | 1111 | 100000111 | 1100100 | 101010 |
Color Harmonies of #5200D8
Complementary color
Monochromatic Colors of #5200D8
Black with #5200D8
Text Example
Text Example
White with #5200D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5200D8; }
p { color: rgb(82,0,216); }
H1.HeaderClassName
{
color: #5200D8;
}
.AnyTagClassName
{
color: #5200D8;
}
</style>
background-color css
<style>
a { background-color: #5200D8; }
a { background-color: rgb(82,0,216); }
div.DivClassName
{
background-color: #5200D8;
}
.BgClassName
{
background-color: #5200D8;
}
</style>
border-color css
<style>
span { border-color: #5200D8; }
span { border-color: rgb(82,0,216); }
td.TdClassName
{
border-color: #5200D8;
}
.TagClassName
{
border-color: #5200D8;
}
</style>