Shades of Han Purple #522CFF
Tints of Han Purple #522CFF
RGB
CMYK
RGB Variations
Color information
#522CFF (or 0x522CFF) is known color: Han Purple. HEX triplet: 52, 2C and FF. RGB value is (82,44,255). Sum of RGB (Red+Green+Blue) = 82+44+255=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #522CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #522CFF is #ADD300. Grayscale: #4E4E4E. Windows color (decimal): -11391745 or 16723026. OLE color: 16723026.
HSL color Cylindrical-coordinate representation of color #522CFF: hue angle of 250.81º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #522CFF is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 44 | 255 | - |
| CMYK | 0.68 | 0.83 | 0 | 0 |
| HSL | 250.81º | 1% | 0.59% | - |
| HSV(B) | 250.81º | 0.83% | 1% | - |
| XYZ | 22.43 | 10.82 | 95.51 | - |
| YUV | 79.42 | 227.09 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 255 | 0.68 | 0.83 | 0 | 0 | 250.81 | 1 | 0.59 |
| Hex | 52 | 2C | FF | 44 | 53 | 0 | 0 | FB | 64 | 3B |
| Octal | 122 | 54 | 377 | 104 | 123 | 0 | 0 | 373 | 144 | 73 |
| Binary | 1010010 | 101100 | 11111111 | 1000100 | 1010011 | 0 | 0 | 11111011 | 1100100 | 111011 |
Color Harmonies of #522CFF
Complementary color
Monochromatic Colors of #522CFF
Black with #522CFF
Text Example
Text Example
White with #522CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522CFF; }
p { color: rgb(82,44,255); }
H1.HeaderClassName
{
color: #522CFF;
}
.AnyTagClassName
{
color: #522CFF;
}
</style>
background-color css
<style>
a { background-color: #522CFF; }
a { background-color: rgb(82,44,255); }
div.DivClassName
{
background-color: #522CFF;
}
.BgClassName
{
background-color: #522CFF;
}
</style>
border-color css
<style>
span { border-color: #522CFF; }
span { border-color: rgb(82,44,255); }
td.TdClassName
{
border-color: #522CFF;
}
.TagClassName
{
border-color: #522CFF;
}
</style>