Shades of Han Purple #5706D6
Tints of Han Purple #5706D6
RGB
CMYK
RGB Variations
Color information
#5706D6 (or 0x5706D6) is known color: Han Purple. HEX triplet: 57, 06 and D6. RGB value is (87,6,214). Sum of RGB (Red+Green+Blue) = 87+6+214=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 214 (83.98% from 255 or 69.71% from 307); Max value from RGB is 214 - color contains mainly: blue. Hex color #5706D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5706D6 is #A8F929. Grayscale: #353535. Windows color (decimal): -11073834 or 14026327. OLE color: 14026327.
HSL color Cylindrical-coordinate representation of color #5706D6: hue angle of 263.37º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5706D6 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 6 | 214 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.16 |
| HSL | 263.37º | 0.95% | 0.43% | - |
| HSV(B) | 263.37º | 0.97% | 0.84% | - |
| XYZ | 16.13 | 7.01 | 64.12 | - |
| YUV | 53.93 | 218.34 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 214 | 0.59 | 0.97 | 0 | 0.16 | 263.37 | 0.95 | 0.43 |
| Hex | 57 | 6 | D6 | 3B | 61 | 0 | 10 | 107 | 5F | 2B |
| Octal | 127 | 6 | 326 | 73 | 141 | 0 | 20 | 407 | 137 | 53 |
| Binary | 1010111 | 110 | 11010110 | 111011 | 1100001 | 0 | 10000 | 100000111 | 1011111 | 101011 |
Color Harmonies of #5706D6
Complementary color
Monochromatic Colors of #5706D6
Black with #5706D6
Text Example
Text Example
White with #5706D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5706D6; }
p { color: rgb(87,6,214); }
H1.HeaderClassName
{
color: #5706D6;
}
.AnyTagClassName
{
color: #5706D6;
}
</style>
background-color css
<style>
a { background-color: #5706D6; }
a { background-color: rgb(87,6,214); }
div.DivClassName
{
background-color: #5706D6;
}
.BgClassName
{
background-color: #5706D6;
}
</style>
border-color css
<style>
span { border-color: #5706D6; }
span { border-color: rgb(87,6,214); }
td.TdClassName
{
border-color: #5706D6;
}
.TagClassName
{
border-color: #5706D6;
}
</style>