Shades of Han Purple #5224DF
Tints of Han Purple #5224DF
RGB
CMYK
RGB Variations
Color information
#5224DF (or 0x5224DF) is known color: Han Purple. HEX triplet: 52, 24 and DF. RGB value is (82,36,223). Sum of RGB (Red+Green+Blue) = 82+36+223=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #5224DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5224DF is #ADDB20. Grayscale: #464646. Windows color (decimal): -11393825 or 14623826. OLE color: 14623826.
HSL color Cylindrical-coordinate representation of color #5224DF: hue angle of 254.76º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5224DF is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 36 | 223 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.13 |
| HSL | 254.76º | 0.75% | 0.51% | - |
| HSV(B) | 254.76º | 0.84% | 0.87% | - |
| XYZ | 17.43 | 8.38 | 70.51 | - |
| YUV | 71.07 | 213.74 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 36 | 223 | 0.63 | 0.84 | 0 | 0.13 | 254.76 | 0.75 | 0.51 |
| Hex | 52 | 24 | DF | 3F | 54 | 0 | D | FF | 4B | 33 |
| Octal | 122 | 44 | 337 | 77 | 124 | 0 | 15 | 377 | 113 | 63 |
| Binary | 1010010 | 100100 | 11011111 | 111111 | 1010100 | 0 | 1101 | 11111111 | 1001011 | 110011 |
Color Harmonies of #5224DF
Complementary color
Monochromatic Colors of #5224DF
Black with #5224DF
Text Example
Text Example
White with #5224DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5224DF; }
p { color: rgb(82,36,223); }
H1.HeaderClassName
{
color: #5224DF;
}
.AnyTagClassName
{
color: #5224DF;
}
</style>
background-color css
<style>
a { background-color: #5224DF; }
a { background-color: rgb(82,36,223); }
div.DivClassName
{
background-color: #5224DF;
}
.BgClassName
{
background-color: #5224DF;
}
</style>
border-color css
<style>
span { border-color: #5224DF; }
span { border-color: rgb(82,36,223); }
td.TdClassName
{
border-color: #5224DF;
}
.TagClassName
{
border-color: #5224DF;
}
</style>