Shades of Han Purple #5122F2
Tints of Han Purple #5122F2
RGB
CMYK
RGB Variations
Color information
#5122F2 (or 0x5122F2) is known color: Han Purple. HEX triplet: 51, 22 and F2. RGB value is (81,34,242). Sum of RGB (Red+Green+Blue) = 81+34+242=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 242 (94.92% from 255 or 67.79% from 357); Max value from RGB is 242 - color contains mainly: blue. Hex color #5122F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5122F2 is #AEDD0D. Grayscale: #464646. Windows color (decimal): -11459854 or 15868497. OLE color: 15868497.
HSL color Cylindrical-coordinate representation of color #5122F2: hue angle of 253.56º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5122F2 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 34 | 242 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.05 |
| HSL | 253.56º | 0.89% | 0.54% | - |
| HSV(B) | 253.56º | 0.86% | 0.95% | - |
| XYZ | 19.99 | 9.3 | 84.75 | - |
| YUV | 71.77 | 224.07 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 242 | 0.67 | 0.86 | 0 | 0.05 | 253.56 | 0.89 | 0.54 |
| Hex | 51 | 22 | F2 | 43 | 56 | 0 | 5 | FE | 59 | 36 |
| Octal | 121 | 42 | 362 | 103 | 126 | 0 | 5 | 376 | 131 | 66 |
| Binary | 1010001 | 100010 | 11110010 | 1000011 | 1010110 | 0 | 101 | 11111110 | 1011001 | 110110 |
Color Harmonies of #5122F2
Complementary color
Monochromatic Colors of #5122F2
Black with #5122F2
Text Example
Text Example
White with #5122F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5122F2; }
p { color: rgb(81,34,242); }
H1.HeaderClassName
{
color: #5122F2;
}
.AnyTagClassName
{
color: #5122F2;
}
</style>
background-color css
<style>
a { background-color: #5122F2; }
a { background-color: rgb(81,34,242); }
div.DivClassName
{
background-color: #5122F2;
}
.BgClassName
{
background-color: #5122F2;
}
</style>
border-color css
<style>
span { border-color: #5122F2; }
span { border-color: rgb(81,34,242); }
td.TdClassName
{
border-color: #5122F2;
}
.TagClassName
{
border-color: #5122F2;
}
</style>