Shades of Han Purple #5232F4
Tints of Han Purple #5232F4
RGB
CMYK
RGB Variations
Color information
#5232F4 (or 0x5232F4) is known color: Han Purple. HEX triplet: 52, 32 and F4. RGB value is (82,50,244). Sum of RGB (Red+Green+Blue) = 82+50+244=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 244 (95.70% from 255 or 64.89% from 376); Max value from RGB is 244 - color contains mainly: blue. Hex color #5232F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5232F4 is #ADCD0B. Grayscale: #505050. Windows color (decimal): -11390220 or 16003666. OLE color: 16003666.
HSL color Cylindrical-coordinate representation of color #5232F4: hue angle of 249.9º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5232F4 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 50 | 244 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.04 |
| HSL | 249.9º | 0.9% | 0.58% | - |
| HSV(B) | 249.9º | 0.8% | 0.96% | - |
| XYZ | 20.95 | 10.61 | 86.53 | - |
| YUV | 81.68 | 219.6 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 244 | 0.66 | 0.80 | 0 | 0.04 | 249.9 | 0.9 | 0.58 |
| Hex | 52 | 32 | F4 | 42 | 50 | 0 | 4 | FA | 5A | 3A |
| Octal | 122 | 62 | 364 | 102 | 120 | 0 | 4 | 372 | 132 | 72 |
| Binary | 1010010 | 110010 | 11110100 | 1000010 | 1010000 | 0 | 100 | 11111010 | 1011010 | 111010 |
Color Harmonies of #5232F4
Complementary color
Monochromatic Colors of #5232F4
Black with #5232F4
Text Example
Text Example
White with #5232F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5232F4; }
p { color: rgb(82,50,244); }
H1.HeaderClassName
{
color: #5232F4;
}
.AnyTagClassName
{
color: #5232F4;
}
</style>
background-color css
<style>
a { background-color: #5232F4; }
a { background-color: rgb(82,50,244); }
div.DivClassName
{
background-color: #5232F4;
}
.BgClassName
{
background-color: #5232F4;
}
</style>
border-color css
<style>
span { border-color: #5232F4; }
span { border-color: rgb(82,50,244); }
td.TdClassName
{
border-color: #5232F4;
}
.TagClassName
{
border-color: #5232F4;
}
</style>