Shades of Han Purple #5219F4
Tints of Han Purple #5219F4
RGB
CMYK
RGB Variations
Color information
#5219F4 (or 0x5219F4) is known color: Han Purple. HEX triplet: 52, 19 and F4. RGB value is (82,25,244). Sum of RGB (Red+Green+Blue) = 82+25+244=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 244 (95.70% from 255 or 69.52% from 351); Max value from RGB is 244 - color contains mainly: blue. Hex color #5219F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5219F4 is #ADE60B. Grayscale: #424242. Windows color (decimal): -11396620 or 15997266. OLE color: 15997266.
HSL color Cylindrical-coordinate representation of color #5219F4: hue angle of 255.62º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5219F4 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 25 | 244 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.04 |
| HSL | 255.62º | 0.91% | 0.53% | - |
| HSV(B) | 255.62º | 0.9% | 0.96% | - |
| XYZ | 20.16 | 9.02 | 86.27 | - |
| YUV | 67.01 | 227.88 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 244 | 0.66 | 0.90 | 0 | 0.04 | 255.62 | 0.91 | 0.53 |
| Hex | 52 | 19 | F4 | 42 | 5A | 0 | 4 | 100 | 5B | 35 |
| Octal | 122 | 31 | 364 | 102 | 132 | 0 | 4 | 400 | 133 | 65 |
| Binary | 1010010 | 11001 | 11110100 | 1000010 | 1011010 | 0 | 100 | 100000000 | 1011011 | 110101 |
Color Harmonies of #5219F4
Complementary color
Monochromatic Colors of #5219F4
Black with #5219F4
Text Example
Text Example
White with #5219F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5219F4; }
p { color: rgb(82,25,244); }
H1.HeaderClassName
{
color: #5219F4;
}
.AnyTagClassName
{
color: #5219F4;
}
</style>
background-color css
<style>
a { background-color: #5219F4; }
a { background-color: rgb(82,25,244); }
div.DivClassName
{
background-color: #5219F4;
}
.BgClassName
{
background-color: #5219F4;
}
</style>
border-color css
<style>
span { border-color: #5219F4; }
span { border-color: rgb(82,25,244); }
td.TdClassName
{
border-color: #5219F4;
}
.TagClassName
{
border-color: #5219F4;
}
</style>