Shades of Han Purple #5203EB
Tints of Han Purple #5203EB
RGB
CMYK
RGB Variations
Color information
#5203EB (or 0x5203EB) is known color: Han Purple. HEX triplet: 52, 03 and EB. RGB value is (82,3,235). Sum of RGB (Red+Green+Blue) = 82+3+235=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #5203EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5203EB is #ADFC14. Grayscale: #343434. Windows color (decimal): -11402261 or 15401810. OLE color: 15401810.
HSL color Cylindrical-coordinate representation of color #5203EB: hue angle of 260.43º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5203EB is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 3 | 235 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.08 |
| HSL | 260.43º | 0.97% | 0.47% | - |
| HSV(B) | 260.43º | 0.99% | 0.92% | - |
| XYZ | 18.51 | 7.86 | 79.14 | - |
| YUV | 53.07 | 230.67 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 235 | 0.65 | 0.99 | 0 | 0.08 | 260.43 | 0.97 | 0.47 |
| Hex | 52 | 3 | EB | 41 | 63 | 0 | 8 | 104 | 61 | 2F |
| Octal | 122 | 3 | 353 | 101 | 143 | 0 | 10 | 404 | 141 | 57 |
| Binary | 1010010 | 11 | 11101011 | 1000001 | 1100011 | 0 | 1000 | 100000100 | 1100001 | 101111 |
Color Harmonies of #5203EB
Complementary color
Monochromatic Colors of #5203EB
Black with #5203EB
Text Example
Text Example
White with #5203EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5203EB; }
p { color: rgb(82,3,235); }
H1.HeaderClassName
{
color: #5203EB;
}
.AnyTagClassName
{
color: #5203EB;
}
</style>
background-color css
<style>
a { background-color: #5203EB; }
a { background-color: rgb(82,3,235); }
div.DivClassName
{
background-color: #5203EB;
}
.BgClassName
{
background-color: #5203EB;
}
</style>
border-color css
<style>
span { border-color: #5203EB; }
span { border-color: rgb(82,3,235); }
td.TdClassName
{
border-color: #5203EB;
}
.TagClassName
{
border-color: #5203EB;
}
</style>