Shades of Han Purple #5222F3
Tints of Han Purple #5222F3
RGB
CMYK
RGB Variations
Color information
#5222F3 (or 0x5222F3) is known color: Han Purple. HEX triplet: 52, 22 and F3. RGB value is (82,34,243). Sum of RGB (Red+Green+Blue) = 82+34+243=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 243 (95.31% from 255 or 67.69% from 359); Max value from RGB is 243 - color contains mainly: blue. Hex color #5222F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5222F3 is #ADDD0C. Grayscale: #474747. Windows color (decimal): -11394317 or 15934034. OLE color: 15934034.
HSL color Cylindrical-coordinate representation of color #5222F3: hue angle of 253.78º degrees, saturation: 0.9, 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 #5222F3 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 34 | 243 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.05 |
| HSL | 253.78º | 0.9% | 0.54% | - |
| HSV(B) | 253.78º | 0.86% | 0.95% | - |
| XYZ | 20.23 | 9.41 | 85.54 | - |
| YUV | 72.18 | 224.4 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 243 | 0.66 | 0.86 | 0 | 0.05 | 253.78 | 0.9 | 0.54 |
| Hex | 52 | 22 | F3 | 42 | 56 | 0 | 5 | FE | 5A | 36 |
| Octal | 122 | 42 | 363 | 102 | 126 | 0 | 5 | 376 | 132 | 66 |
| Binary | 1010010 | 100010 | 11110011 | 1000010 | 1010110 | 0 | 101 | 11111110 | 1011010 | 110110 |
Color Harmonies of #5222F3
Complementary color
Monochromatic Colors of #5222F3
Black with #5222F3
Text Example
Text Example
White with #5222F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5222F3; }
p { color: rgb(82,34,243); }
H1.HeaderClassName
{
color: #5222F3;
}
.AnyTagClassName
{
color: #5222F3;
}
</style>
background-color css
<style>
a { background-color: #5222F3; }
a { background-color: rgb(82,34,243); }
div.DivClassName
{
background-color: #5222F3;
}
.BgClassName
{
background-color: #5222F3;
}
</style>
border-color css
<style>
span { border-color: #5222F3; }
span { border-color: rgb(82,34,243); }
td.TdClassName
{
border-color: #5222F3;
}
.TagClassName
{
border-color: #5222F3;
}
</style>