Shades of Han Purple #5232EB
Tints of Han Purple #5232EB
RGB
CMYK
RGB Variations
Color information
#5232EB (or 0x5232EB) is known color: Han Purple. HEX triplet: 52, 32 and EB. RGB value is (82,50,235). Sum of RGB (Red+Green+Blue) = 82+50+235=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #5232EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5232EB is #ADCD14. Grayscale: #4F4F4F. Windows color (decimal): -11390229 or 15413842. OLE color: 15413842.
HSL color Cylindrical-coordinate representation of color #5232EB: hue angle of 250.38º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5232EB is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 50 | 235 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.08 |
| HSL | 250.38º | 0.82% | 0.56% | - |
| HSV(B) | 250.38º | 0.79% | 0.92% | - |
| XYZ | 19.62 | 10.07 | 79.51 | - |
| YUV | 80.66 | 215.1 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 235 | 0.65 | 0.79 | 0 | 0.08 | 250.38 | 0.82 | 0.56 |
| Hex | 52 | 32 | EB | 41 | 4F | 0 | 8 | FA | 52 | 38 |
| Octal | 122 | 62 | 353 | 101 | 117 | 0 | 10 | 372 | 122 | 70 |
| Binary | 1010010 | 110010 | 11101011 | 1000001 | 1001111 | 0 | 1000 | 11111010 | 1010010 | 111000 |
Color Harmonies of #5232EB
Complementary color
Monochromatic Colors of #5232EB
Black with #5232EB
Text Example
Text Example
White with #5232EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5232EB; }
p { color: rgb(82,50,235); }
H1.HeaderClassName
{
color: #5232EB;
}
.AnyTagClassName
{
color: #5232EB;
}
</style>
background-color css
<style>
a { background-color: #5232EB; }
a { background-color: rgb(82,50,235); }
div.DivClassName
{
background-color: #5232EB;
}
.BgClassName
{
background-color: #5232EB;
}
</style>
border-color css
<style>
span { border-color: #5232EB; }
span { border-color: rgb(82,50,235); }
td.TdClassName
{
border-color: #5232EB;
}
.TagClassName
{
border-color: #5232EB;
}
</style>