Shades of Han Purple #5724DF
Tints of Han Purple #5724DF
RGB
CMYK
RGB Variations
Color information
#5724DF (or 0x5724DF) is known color: Han Purple. HEX triplet: 57, 24 and DF. RGB value is (87,36,223). Sum of RGB (Red+Green+Blue) = 87+36+223=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #5724DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5724DF is #A8DB20. Grayscale: #474747. Windows color (decimal): -11066145 or 14623831. OLE color: 14623831.
HSL color Cylindrical-coordinate representation of color #5724DF: hue angle of 256.36º 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 #5724DF is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 36 | 223 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.13 |
| HSL | 256.36º | 0.75% | 0.51% | - |
| HSV(B) | 256.36º | 0.84% | 0.87% | - |
| XYZ | 17.88 | 8.62 | 70.53 | - |
| YUV | 72.57 | 212.9 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 36 | 223 | 0.61 | 0.84 | 0 | 0.13 | 256.36 | 0.75 | 0.51 |
| Hex | 57 | 24 | DF | 3D | 54 | 0 | D | 100 | 4B | 33 |
| Octal | 127 | 44 | 337 | 75 | 124 | 0 | 15 | 400 | 113 | 63 |
| Binary | 1010111 | 100100 | 11011111 | 111101 | 1010100 | 0 | 1101 | 100000000 | 1001011 | 110011 |
Color Harmonies of #5724DF
Complementary color
Monochromatic Colors of #5724DF
Black with #5724DF
Text Example
Text Example
White with #5724DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5724DF; }
p { color: rgb(87,36,223); }
H1.HeaderClassName
{
color: #5724DF;
}
.AnyTagClassName
{
color: #5724DF;
}
</style>
background-color css
<style>
a { background-color: #5724DF; }
a { background-color: rgb(87,36,223); }
div.DivClassName
{
background-color: #5724DF;
}
.BgClassName
{
background-color: #5724DF;
}
</style>
border-color css
<style>
span { border-color: #5724DF; }
span { border-color: rgb(87,36,223); }
td.TdClassName
{
border-color: #5724DF;
}
.TagClassName
{
border-color: #5724DF;
}
</style>