Shades of Han Purple #5220FD
Tints of Han Purple #5220FD
RGB
CMYK
RGB Variations
Color information
#5220FD (or 0x5220FD) is known color: Han Purple. HEX triplet: 52, 20 and FD. RGB value is (82,32,253). Sum of RGB (Red+Green+Blue) = 82+32+253=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #5220FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5220FD is #ADDF02. Grayscale: #474747. Windows color (decimal): -11394819 or 16588882. OLE color: 16588882.
HSL color Cylindrical-coordinate representation of color #5220FD: hue angle of 253.57º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5220FD is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 32 | 253 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.01 |
| HSL | 253.57º | 0.98% | 0.56% | - |
| HSV(B) | 253.57º | 0.87% | 0.99% | - |
| XYZ | 21.73 | 9.92 | 93.7 | - |
| YUV | 72.14 | 230.07 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 253 | 0.68 | 0.87 | 0 | 0.01 | 253.57 | 0.98 | 0.56 |
| Hex | 52 | 20 | FD | 44 | 57 | 0 | 1 | FE | 62 | 38 |
| Octal | 122 | 40 | 375 | 104 | 127 | 0 | 1 | 376 | 142 | 70 |
| Binary | 1010010 | 100000 | 11111101 | 1000100 | 1010111 | 0 | 1 | 11111110 | 1100010 | 111000 |
Color Harmonies of #5220FD
Complementary color
Monochromatic Colors of #5220FD
Black with #5220FD
Text Example
Text Example
White with #5220FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5220FD; }
p { color: rgb(82,32,253); }
H1.HeaderClassName
{
color: #5220FD;
}
.AnyTagClassName
{
color: #5220FD;
}
</style>
background-color css
<style>
a { background-color: #5220FD; }
a { background-color: rgb(82,32,253); }
div.DivClassName
{
background-color: #5220FD;
}
.BgClassName
{
background-color: #5220FD;
}
</style>
border-color css
<style>
span { border-color: #5220FD; }
span { border-color: rgb(82,32,253); }
td.TdClassName
{
border-color: #5220FD;
}
.TagClassName
{
border-color: #5220FD;
}
</style>