Shades of Han Purple #522FFC
Tints of Han Purple #522FFC
RGB
CMYK
RGB Variations
Color information
#522FFC (or 0x522FFC) is known color: Han Purple. HEX triplet: 52, 2F and FC. RGB value is (82,47,252). Sum of RGB (Red+Green+Blue) = 82+47+252=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #522FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #522FFC is #ADD003. Grayscale: #505050. Windows color (decimal): -11390980 or 16527186. OLE color: 16527186.
HSL color Cylindrical-coordinate representation of color #522FFC: hue angle of 250.24º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #522FFC is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 47 | 252 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.01 |
| HSL | 250.24º | 0.97% | 0.59% | - |
| HSV(B) | 250.24º | 0.81% | 0.99% | - |
| XYZ | 22.07 | 10.86 | 93.03 | - |
| YUV | 80.84 | 224.6 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 47 | 252 | 0.67 | 0.81 | 0 | 0.01 | 250.24 | 0.97 | 0.59 |
| Hex | 52 | 2F | FC | 43 | 51 | 0 | 1 | FA | 61 | 3B |
| Octal | 122 | 57 | 374 | 103 | 121 | 0 | 1 | 372 | 141 | 73 |
| Binary | 1010010 | 101111 | 11111100 | 1000011 | 1010001 | 0 | 1 | 11111010 | 1100001 | 111011 |
Color Harmonies of #522FFC
Complementary color
Monochromatic Colors of #522FFC
Black with #522FFC
Text Example
Text Example
White with #522FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522FFC; }
p { color: rgb(82,47,252); }
H1.HeaderClassName
{
color: #522FFC;
}
.AnyTagClassName
{
color: #522FFC;
}
</style>
background-color css
<style>
a { background-color: #522FFC; }
a { background-color: rgb(82,47,252); }
div.DivClassName
{
background-color: #522FFC;
}
.BgClassName
{
background-color: #522FFC;
}
</style>
border-color css
<style>
span { border-color: #522FFC; }
span { border-color: rgb(82,47,252); }
td.TdClassName
{
border-color: #522FFC;
}
.TagClassName
{
border-color: #522FFC;
}
</style>