Shades of Han Purple #5704DF
Tints of Han Purple #5704DF
RGB
CMYK
RGB Variations
Color information
#5704DF (or 0x5704DF) is known color: Han Purple. HEX triplet: 57, 04 and DF. RGB value is (87,4,223). Sum of RGB (Red+Green+Blue) = 87+4+223=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #5704DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5704DF is #A8FB20. Grayscale: #343434. Windows color (decimal): -11074337 or 14615639. OLE color: 14615639.
HSL color Cylindrical-coordinate representation of color #5704DF: hue angle of 262.74º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5704DF is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 4 | 223 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.13 |
| HSL | 262.74º | 0.96% | 0.45% | - |
| HSV(B) | 262.74º | 0.98% | 0.87% | - |
| XYZ | 17.29 | 7.44 | 70.34 | - |
| YUV | 53.78 | 223.5 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 4 | 223 | 0.61 | 0.98 | 0 | 0.13 | 262.74 | 0.96 | 0.45 |
| Hex | 57 | 4 | DF | 3D | 62 | 0 | D | 107 | 60 | 2D |
| Octal | 127 | 4 | 337 | 75 | 142 | 0 | 15 | 407 | 140 | 55 |
| Binary | 1010111 | 100 | 11011111 | 111101 | 1100010 | 0 | 1101 | 100000111 | 1100000 | 101101 |
Color Harmonies of #5704DF
Complementary color
Monochromatic Colors of #5704DF
Black with #5704DF
Text Example
Text Example
White with #5704DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5704DF; }
p { color: rgb(87,4,223); }
H1.HeaderClassName
{
color: #5704DF;
}
.AnyTagClassName
{
color: #5704DF;
}
</style>
background-color css
<style>
a { background-color: #5704DF; }
a { background-color: rgb(87,4,223); }
div.DivClassName
{
background-color: #5704DF;
}
.BgClassName
{
background-color: #5704DF;
}
</style>
border-color css
<style>
span { border-color: #5704DF; }
span { border-color: rgb(87,4,223); }
td.TdClassName
{
border-color: #5704DF;
}
.TagClassName
{
border-color: #5704DF;
}
</style>