Shades of Han Purple #521FED
Tints of Han Purple #521FED
RGB
CMYK
RGB Variations
Color information
#521FED (or 0x521FED) is known color: Han Purple. HEX triplet: 52, 1F and ED. RGB value is (82,31,237). Sum of RGB (Red+Green+Blue) = 82+31+237=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #521FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521FED is #ADE012. Grayscale: #444444. Windows color (decimal): -11395091 or 15540050. OLE color: 15540050.
HSL color Cylindrical-coordinate representation of color #521FED: hue angle of 254.85º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #521FED is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 31 | 237 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.07 |
| HSL | 254.85º | 0.85% | 0.53% | - |
| HSV(B) | 254.85º | 0.87% | 0.93% | - |
| XYZ | 19.26 | 8.89 | 80.82 | - |
| YUV | 69.73 | 222.4 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 237 | 0.65 | 0.87 | 0 | 0.07 | 254.85 | 0.85 | 0.53 |
| Hex | 52 | 1F | ED | 41 | 57 | 0 | 7 | FF | 55 | 35 |
| Octal | 122 | 37 | 355 | 101 | 127 | 0 | 7 | 377 | 125 | 65 |
| Binary | 1010010 | 11111 | 11101101 | 1000001 | 1010111 | 0 | 111 | 11111111 | 1010101 | 110101 |
Color Harmonies of #521FED
Complementary color
Monochromatic Colors of #521FED
Black with #521FED
Text Example
Text Example
White with #521FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521FED; }
p { color: rgb(82,31,237); }
H1.HeaderClassName
{
color: #521FED;
}
.AnyTagClassName
{
color: #521FED;
}
</style>
background-color css
<style>
a { background-color: #521FED; }
a { background-color: rgb(82,31,237); }
div.DivClassName
{
background-color: #521FED;
}
.BgClassName
{
background-color: #521FED;
}
</style>
border-color css
<style>
span { border-color: #521FED; }
span { border-color: rgb(82,31,237); }
td.TdClassName
{
border-color: #521FED;
}
.TagClassName
{
border-color: #521FED;
}
</style>