Shades of Han Purple #570CEC
Tints of Han Purple #570CEC
RGB
CMYK
RGB Variations
Color information
#570CEC (or 0x570CEC) is known color: Han Purple. HEX triplet: 57, 0C and EC. RGB value is (87,12,236). Sum of RGB (Red+Green+Blue) = 87+12+236=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 236 (92.58% from 255 or 70.45% from 335); Max value from RGB is 236 - color contains mainly: blue. Hex color #570CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570CEC is #A8F313. Grayscale: #3B3B3B. Windows color (decimal): -11072276 or 15469655. OLE color: 15469655.
HSL color Cylindrical-coordinate representation of color #570CEC: hue angle of 260.09º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570CEC is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 12 | 236 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.07 |
| HSL | 260.09º | 0.9% | 0.49% | - |
| HSV(B) | 260.09º | 0.95% | 0.93% | - |
| XYZ | 19.2 | 8.35 | 79.96 | - |
| YUV | 59.96 | 227.35 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 236 | 0.63 | 0.95 | 0 | 0.07 | 260.09 | 0.9 | 0.49 |
| Hex | 57 | C | EC | 3F | 5F | 0 | 7 | 104 | 5A | 31 |
| Octal | 127 | 14 | 354 | 77 | 137 | 0 | 7 | 404 | 132 | 61 |
| Binary | 1010111 | 1100 | 11101100 | 111111 | 1011111 | 0 | 111 | 100000100 | 1011010 | 110001 |
Color Harmonies of #570CEC
Complementary color
Monochromatic Colors of #570CEC
Black with #570CEC
Text Example
Text Example
White with #570CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570CEC; }
p { color: rgb(87,12,236); }
H1.HeaderClassName
{
color: #570CEC;
}
.AnyTagClassName
{
color: #570CEC;
}
</style>
background-color css
<style>
a { background-color: #570CEC; }
a { background-color: rgb(87,12,236); }
div.DivClassName
{
background-color: #570CEC;
}
.BgClassName
{
background-color: #570CEC;
}
</style>
border-color css
<style>
span { border-color: #570CEC; }
span { border-color: rgb(87,12,236); }
td.TdClassName
{
border-color: #570CEC;
}
.TagClassName
{
border-color: #570CEC;
}
</style>