Shades of Han Purple #522DF6
Tints of Han Purple #522DF6
RGB
CMYK
RGB Variations
Color information
#522DF6 (or 0x522DF6) is known color: Han Purple. HEX triplet: 52, 2D and F6. RGB value is (82,45,246). Sum of RGB (Red+Green+Blue) = 82+45+246=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 246 (96.48% from 255 or 65.95% from 373); Max value from RGB is 246 - color contains mainly: blue. Hex color #522DF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #522DF6 is #ADD209. Grayscale: #4E4E4E. Windows color (decimal): -11391498 or 16133458. OLE color: 16133458.
HSL color Cylindrical-coordinate representation of color #522DF6: hue angle of 251.04º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #522DF6 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 45 | 246 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.04 |
| HSL | 251.04º | 0.92% | 0.57% | - |
| HSV(B) | 251.04º | 0.82% | 0.96% | - |
| XYZ | 21.05 | 10.32 | 88.07 | - |
| YUV | 78.98 | 222.26 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 246 | 0.67 | 0.82 | 0 | 0.04 | 251.04 | 0.92 | 0.57 |
| Hex | 52 | 2D | F6 | 43 | 52 | 0 | 4 | FB | 5C | 39 |
| Octal | 122 | 55 | 366 | 103 | 122 | 0 | 4 | 373 | 134 | 71 |
| Binary | 1010010 | 101101 | 11110110 | 1000011 | 1010010 | 0 | 100 | 11111011 | 1011100 | 111001 |
Color Harmonies of #522DF6
Complementary color
Monochromatic Colors of #522DF6
Black with #522DF6
Text Example
Text Example
White with #522DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522DF6; }
p { color: rgb(82,45,246); }
H1.HeaderClassName
{
color: #522DF6;
}
.AnyTagClassName
{
color: #522DF6;
}
</style>
background-color css
<style>
a { background-color: #522DF6; }
a { background-color: rgb(82,45,246); }
div.DivClassName
{
background-color: #522DF6;
}
.BgClassName
{
background-color: #522DF6;
}
</style>
border-color css
<style>
span { border-color: #522DF6; }
span { border-color: rgb(82,45,246); }
td.TdClassName
{
border-color: #522DF6;
}
.TagClassName
{
border-color: #522DF6;
}
</style>