Shades of Han Purple #521DEF
Tints of Han Purple #521DEF
RGB
CMYK
RGB Variations
Color information
#521DEF (or 0x521DEF) is known color: Han Purple. HEX triplet: 52, 1D and EF. RGB value is (82,29,239). Sum of RGB (Red+Green+Blue) = 82+29+239=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #521DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521DEF is #ADE210. Grayscale: #444444. Windows color (decimal): -11395601 or 15670610. OLE color: 15670610.
HSL color Cylindrical-coordinate representation of color #521DEF: hue angle of 255.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521DEF is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 29 | 239 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.06 |
| HSL | 255.14º | 0.87% | 0.53% | - |
| HSV(B) | 255.14º | 0.88% | 0.94% | - |
| XYZ | 19.5 | 8.9 | 82.35 | - |
| YUV | 68.79 | 224.06 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 239 | 0.66 | 0.88 | 0 | 0.06 | 255.14 | 0.87 | 0.53 |
| Hex | 52 | 1D | EF | 42 | 58 | 0 | 6 | FF | 57 | 35 |
| Octal | 122 | 35 | 357 | 102 | 130 | 0 | 6 | 377 | 127 | 65 |
| Binary | 1010010 | 11101 | 11101111 | 1000010 | 1011000 | 0 | 110 | 11111111 | 1010111 | 110101 |
Color Harmonies of #521DEF
Complementary color
Monochromatic Colors of #521DEF
Black with #521DEF
Text Example
Text Example
White with #521DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521DEF; }
p { color: rgb(82,29,239); }
H1.HeaderClassName
{
color: #521DEF;
}
.AnyTagClassName
{
color: #521DEF;
}
</style>
background-color css
<style>
a { background-color: #521DEF; }
a { background-color: rgb(82,29,239); }
div.DivClassName
{
background-color: #521DEF;
}
.BgClassName
{
background-color: #521DEF;
}
</style>
border-color css
<style>
span { border-color: #521DEF; }
span { border-color: rgb(82,29,239); }
td.TdClassName
{
border-color: #521DEF;
}
.TagClassName
{
border-color: #521DEF;
}
</style>