Shades of Han Purple #522FED
Tints of Han Purple #522FED
RGB
CMYK
RGB Variations
Color information
#522FED (or 0x522FED) is known color: Han Purple. HEX triplet: 52, 2F and ED. RGB value is (82,47,237). Sum of RGB (Red+Green+Blue) = 82+47+237=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #522FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #522FED is #ADD012. Grayscale: #4E4E4E. Windows color (decimal): -11390995 or 15544146. OLE color: 15544146.
HSL color Cylindrical-coordinate representation of color #522FED: hue angle of 251.05º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #522FED is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 47 | 237 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.07 |
| HSL | 251.05º | 0.84% | 0.56% | - |
| HSV(B) | 251.05º | 0.8% | 0.93% | - |
| XYZ | 19.78 | 9.94 | 81 | - |
| YUV | 79.13 | 217.1 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 47 | 237 | 0.65 | 0.80 | 0 | 0.07 | 251.05 | 0.84 | 0.56 |
| Hex | 52 | 2F | ED | 41 | 50 | 0 | 7 | FB | 54 | 38 |
| Octal | 122 | 57 | 355 | 101 | 120 | 0 | 7 | 373 | 124 | 70 |
| Binary | 1010010 | 101111 | 11101101 | 1000001 | 1010000 | 0 | 111 | 11111011 | 1010100 | 111000 |
Color Harmonies of #522FED
Complementary color
Monochromatic Colors of #522FED
Black with #522FED
Text Example
Text Example
White with #522FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522FED; }
p { color: rgb(82,47,237); }
H1.HeaderClassName
{
color: #522FED;
}
.AnyTagClassName
{
color: #522FED;
}
</style>
background-color css
<style>
a { background-color: #522FED; }
a { background-color: rgb(82,47,237); }
div.DivClassName
{
background-color: #522FED;
}
.BgClassName
{
background-color: #522FED;
}
</style>
border-color css
<style>
span { border-color: #522FED; }
span { border-color: rgb(82,47,237); }
td.TdClassName
{
border-color: #522FED;
}
.TagClassName
{
border-color: #522FED;
}
</style>