Shades of Han Purple #522DFE
Tints of Han Purple #522DFE
RGB
CMYK
RGB Variations
Color information
#522DFE (or 0x522DFE) is known color: Han Purple. HEX triplet: 52, 2D and FE. RGB value is (82,45,254). Sum of RGB (Red+Green+Blue) = 82+45+254=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #522DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #522DFE is #ADD201. Grayscale: #4F4F4F. Windows color (decimal): -11391490 or 16657746. OLE color: 16657746.
HSL color Cylindrical-coordinate representation of color #522DFE: hue angle of 250.62º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #522DFE is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 45 | 254 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.00 |
| HSL | 250.62º | 0.99% | 0.59% | - |
| HSV(B) | 250.62º | 0.82% | 1% | - |
| XYZ | 22.31 | 10.83 | 94.68 | - |
| YUV | 79.89 | 226.26 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 254 | 0.68 | 0.82 | 0 | 0.00 | 250.62 | 0.99 | 0.59 |
| Hex | 52 | 2D | FE | 44 | 52 | 0 | 0 | FB | 63 | 3B |
| Octal | 122 | 55 | 376 | 104 | 122 | 0 | 0 | 373 | 143 | 73 |
| Binary | 1010010 | 101101 | 11111110 | 1000100 | 1010010 | 0 | 0 | 11111011 | 1100011 | 111011 |
Color Harmonies of #522DFE
Complementary color
Monochromatic Colors of #522DFE
Black with #522DFE
Text Example
Text Example
White with #522DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522DFE; }
p { color: rgb(82,45,254); }
H1.HeaderClassName
{
color: #522DFE;
}
.AnyTagClassName
{
color: #522DFE;
}
</style>
background-color css
<style>
a { background-color: #522DFE; }
a { background-color: rgb(82,45,254); }
div.DivClassName
{
background-color: #522DFE;
}
.BgClassName
{
background-color: #522DFE;
}
</style>
border-color css
<style>
span { border-color: #522DFE; }
span { border-color: rgb(82,45,254); }
td.TdClassName
{
border-color: #522DFE;
}
.TagClassName
{
border-color: #522DFE;
}
</style>