Shades of Han Purple #5229F8
Tints of Han Purple #5229F8
RGB
CMYK
RGB Variations
Color information
#5229F8 (or 0x5229F8) is known color: Han Purple. HEX triplet: 52, 29 and F8. RGB value is (82,41,248). Sum of RGB (Red+Green+Blue) = 82+41+248=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 248 (97.27% from 255 or 66.85% from 371); Max value from RGB is 248 - color contains mainly: blue. Hex color #5229F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5229F8 is #ADD607. Grayscale: #4C4C4C. Windows color (decimal): -11392520 or 16263506. OLE color: 16263506.
HSL color Cylindrical-coordinate representation of color #5229F8: hue angle of 251.88º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5229F8 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 41 | 248 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.03 |
| HSL | 251.88º | 0.94% | 0.57% | - |
| HSV(B) | 251.88º | 0.83% | 0.97% | - |
| XYZ | 21.22 | 10.16 | 89.65 | - |
| YUV | 76.86 | 224.58 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 248 | 0.67 | 0.83 | 0 | 0.03 | 251.88 | 0.94 | 0.57 |
| Hex | 52 | 29 | F8 | 43 | 53 | 0 | 3 | FC | 5E | 39 |
| Octal | 122 | 51 | 370 | 103 | 123 | 0 | 3 | 374 | 136 | 71 |
| Binary | 1010010 | 101001 | 11111000 | 1000011 | 1010011 | 0 | 11 | 11111100 | 1011110 | 111001 |
Color Harmonies of #5229F8
Complementary color
Monochromatic Colors of #5229F8
Black with #5229F8
Text Example
Text Example
White with #5229F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5229F8; }
p { color: rgb(82,41,248); }
H1.HeaderClassName
{
color: #5229F8;
}
.AnyTagClassName
{
color: #5229F8;
}
</style>
background-color css
<style>
a { background-color: #5229F8; }
a { background-color: rgb(82,41,248); }
div.DivClassName
{
background-color: #5229F8;
}
.BgClassName
{
background-color: #5229F8;
}
</style>
border-color css
<style>
span { border-color: #5229F8; }
span { border-color: rgb(82,41,248); }
td.TdClassName
{
border-color: #5229F8;
}
.TagClassName
{
border-color: #5229F8;
}
</style>