Shades of Han Purple #5122FC
Tints of Han Purple #5122FC
RGB
CMYK
RGB Variations
Color information
#5122FC (or 0x5122FC) is known color: Han Purple. HEX triplet: 51, 22 and FC. RGB value is (81,34,252). Sum of RGB (Red+Green+Blue) = 81+34+252=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #5122FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5122FC is #AEDD03. Grayscale: #484848. Windows color (decimal): -11459844 or 16523857. OLE color: 16523857.
HSL color Cylindrical-coordinate representation of color #5122FC: hue angle of 252.94º degrees, saturation: 0.97, 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 #5122FC is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 34 | 252 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.01 |
| HSL | 252.94º | 0.97% | 0.56% | - |
| HSV(B) | 252.94º | 0.87% | 0.99% | - |
| XYZ | 21.54 | 9.92 | 92.88 | - |
| YUV | 72.91 | 229.07 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 252 | 0.68 | 0.87 | 0 | 0.01 | 252.94 | 0.97 | 0.56 |
| Hex | 51 | 22 | FC | 44 | 57 | 0 | 1 | FD | 61 | 38 |
| Octal | 121 | 42 | 374 | 104 | 127 | 0 | 1 | 375 | 141 | 70 |
| Binary | 1010001 | 100010 | 11111100 | 1000100 | 1010111 | 0 | 1 | 11111101 | 1100001 | 111000 |
Color Harmonies of #5122FC
Complementary color
Monochromatic Colors of #5122FC
Black with #5122FC
Text Example
Text Example
White with #5122FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5122FC; }
p { color: rgb(81,34,252); }
H1.HeaderClassName
{
color: #5122FC;
}
.AnyTagClassName
{
color: #5122FC;
}
</style>
background-color css
<style>
a { background-color: #5122FC; }
a { background-color: rgb(81,34,252); }
div.DivClassName
{
background-color: #5122FC;
}
.BgClassName
{
background-color: #5122FC;
}
</style>
border-color css
<style>
span { border-color: #5122FC; }
span { border-color: rgb(81,34,252); }
td.TdClassName
{
border-color: #5122FC;
}
.TagClassName
{
border-color: #5122FC;
}
</style>