Shades of Han Purple #5201EB
Tints of Han Purple #5201EB
RGB
CMYK
RGB Variations
Color information
#5201EB (or 0x5201EB) is known color: Han Purple. HEX triplet: 52, 01 and EB. RGB value is (82,1,235). Sum of RGB (Red+Green+Blue) = 82+1+235=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 235 (92.19% from 255 or 73.90% from 318); Max value from RGB is 235 - color contains mainly: blue. Hex color #5201EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5201EB is #ADFE14. Grayscale: #333333. Windows color (decimal): -11402773 or 15401298. OLE color: 15401298.
HSL color Cylindrical-coordinate representation of color #5201EB: hue angle of 260.77º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5201EB is Cyan = 0.65, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 1 | 235 | - |
| CMYK | 0.65 | 1.00 | 0 | 0.08 |
| HSL | 260.77º | 0.99% | 0.46% | - |
| HSV(B) | 260.77º | 1% | 0.92% | - |
| XYZ | 18.49 | 7.81 | 79.13 | - |
| YUV | 51.9 | 231.34 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 235 | 0.65 | 1.00 | 0 | 0.08 | 260.77 | 0.99 | 0.46 |
| Hex | 52 | 1 | EB | 41 | 64 | 0 | 8 | 105 | 63 | 2E |
| Octal | 122 | 1 | 353 | 101 | 144 | 0 | 10 | 405 | 143 | 56 |
| Binary | 1010010 | 1 | 11101011 | 1000001 | 1100100 | 0 | 1000 | 100000101 | 1100011 | 101110 |
Color Harmonies of #5201EB
Complementary color
Monochromatic Colors of #5201EB
Black with #5201EB
Text Example
Text Example
White with #5201EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5201EB; }
p { color: rgb(82,1,235); }
H1.HeaderClassName
{
color: #5201EB;
}
.AnyTagClassName
{
color: #5201EB;
}
</style>
background-color css
<style>
a { background-color: #5201EB; }
a { background-color: rgb(82,1,235); }
div.DivClassName
{
background-color: #5201EB;
}
.BgClassName
{
background-color: #5201EB;
}
</style>
border-color css
<style>
span { border-color: #5201EB; }
span { border-color: rgb(82,1,235); }
td.TdClassName
{
border-color: #5201EB;
}
.TagClassName
{
border-color: #5201EB;
}
</style>