Shades of Han Purple #5725DF
Tints of Han Purple #5725DF
RGB
CMYK
RGB Variations
Color information
#5725DF (or 0x5725DF) is known color: Han Purple. HEX triplet: 57, 25 and DF. RGB value is (87,37,223). Sum of RGB (Red+Green+Blue) = 87+37+223=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #5725DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5725DF is #A8DA20. Grayscale: #484848. Windows color (decimal): -11065889 or 14624087. OLE color: 14624087.
HSL color Cylindrical-coordinate representation of color #5725DF: hue angle of 256.13º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5725DF is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 37 | 223 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.13 |
| HSL | 256.13º | 0.74% | 0.51% | - |
| HSV(B) | 256.13º | 0.83% | 0.87% | - |
| XYZ | 17.91 | 8.68 | 70.54 | - |
| YUV | 73.15 | 212.57 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 37 | 223 | 0.61 | 0.83 | 0 | 0.13 | 256.13 | 0.74 | 0.51 |
| Hex | 57 | 25 | DF | 3D | 53 | 0 | D | 100 | 4A | 33 |
| Octal | 127 | 45 | 337 | 75 | 123 | 0 | 15 | 400 | 112 | 63 |
| Binary | 1010111 | 100101 | 11011111 | 111101 | 1010011 | 0 | 1101 | 100000000 | 1001010 | 110011 |
Color Harmonies of #5725DF
Complementary color
Monochromatic Colors of #5725DF
Black with #5725DF
Text Example
Text Example
White with #5725DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5725DF; }
p { color: rgb(87,37,223); }
H1.HeaderClassName
{
color: #5725DF;
}
.AnyTagClassName
{
color: #5725DF;
}
</style>
background-color css
<style>
a { background-color: #5725DF; }
a { background-color: rgb(87,37,223); }
div.DivClassName
{
background-color: #5725DF;
}
.BgClassName
{
background-color: #5725DF;
}
</style>
border-color css
<style>
span { border-color: #5725DF; }
span { border-color: rgb(87,37,223); }
td.TdClassName
{
border-color: #5725DF;
}
.TagClassName
{
border-color: #5725DF;
}
</style>