Shades of Han Purple #521DEC
Tints of Han Purple #521DEC
RGB
CMYK
RGB Variations
Color information
#521DEC (or 0x521DEC) is known color: Han Purple. HEX triplet: 52, 1D and EC. RGB value is (82,29,236). Sum of RGB (Red+Green+Blue) = 82+29+236=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #521DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521DEC is #ADE213. Grayscale: #434343. Windows color (decimal): -11395604 or 15474002. OLE color: 15474002.
HSL color Cylindrical-coordinate representation of color #521DEC: hue angle of 255.36º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521DEC is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 29 | 236 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.07 |
| HSL | 255.36º | 0.84% | 0.52% | - |
| HSV(B) | 255.36º | 0.88% | 0.93% | - |
| XYZ | 19.06 | 8.73 | 80.04 | - |
| YUV | 68.45 | 222.56 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 236 | 0.65 | 0.88 | 0 | 0.07 | 255.36 | 0.84 | 0.52 |
| Hex | 52 | 1D | EC | 41 | 58 | 0 | 7 | FF | 54 | 34 |
| Octal | 122 | 35 | 354 | 101 | 130 | 0 | 7 | 377 | 124 | 64 |
| Binary | 1010010 | 11101 | 11101100 | 1000001 | 1011000 | 0 | 111 | 11111111 | 1010100 | 110100 |
Color Harmonies of #521DEC
Complementary color
Monochromatic Colors of #521DEC
Black with #521DEC
Text Example
Text Example
White with #521DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521DEC; }
p { color: rgb(82,29,236); }
H1.HeaderClassName
{
color: #521DEC;
}
.AnyTagClassName
{
color: #521DEC;
}
</style>
background-color css
<style>
a { background-color: #521DEC; }
a { background-color: rgb(82,29,236); }
div.DivClassName
{
background-color: #521DEC;
}
.BgClassName
{
background-color: #521DEC;
}
</style>
border-color css
<style>
span { border-color: #521DEC; }
span { border-color: rgb(82,29,236); }
td.TdClassName
{
border-color: #521DEC;
}
.TagClassName
{
border-color: #521DEC;
}
</style>