Shades of Han Purple #5706DF
Tints of Han Purple #5706DF
RGB
CMYK
RGB Variations
Color information
#5706DF (or 0x5706DF) is known color: Han Purple. HEX triplet: 57, 06 and DF. RGB value is (87,6,223). Sum of RGB (Red+Green+Blue) = 87+6+223=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #5706DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5706DF is #A8F920. Grayscale: #363636. Windows color (decimal): -11073825 or 14616151. OLE color: 14616151.
HSL color Cylindrical-coordinate representation of color #5706DF: hue angle of 262.4º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5706DF is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 6 | 223 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.13 |
| HSL | 262.4º | 0.95% | 0.45% | - |
| HSV(B) | 262.4º | 0.97% | 0.87% | - |
| XYZ | 17.31 | 7.48 | 70.34 | - |
| YUV | 54.96 | 222.84 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 223 | 0.61 | 0.97 | 0 | 0.13 | 262.4 | 0.95 | 0.45 |
| Hex | 57 | 6 | DF | 3D | 61 | 0 | D | 106 | 5F | 2D |
| Octal | 127 | 6 | 337 | 75 | 141 | 0 | 15 | 406 | 137 | 55 |
| Binary | 1010111 | 110 | 11011111 | 111101 | 1100001 | 0 | 1101 | 100000110 | 1011111 | 101101 |
Color Harmonies of #5706DF
Complementary color
Monochromatic Colors of #5706DF
Black with #5706DF
Text Example
Text Example
White with #5706DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5706DF; }
p { color: rgb(87,6,223); }
H1.HeaderClassName
{
color: #5706DF;
}
.AnyTagClassName
{
color: #5706DF;
}
</style>
background-color css
<style>
a { background-color: #5706DF; }
a { background-color: rgb(87,6,223); }
div.DivClassName
{
background-color: #5706DF;
}
.BgClassName
{
background-color: #5706DF;
}
</style>
border-color css
<style>
span { border-color: #5706DF; }
span { border-color: rgb(87,6,223); }
td.TdClassName
{
border-color: #5706DF;
}
.TagClassName
{
border-color: #5706DF;
}
</style>