Shades of Han Purple #570CE0
Tints of Han Purple #570CE0
RGB
CMYK
RGB Variations
Color information
#570CE0 (or 0x570CE0) is known color: Han Purple. HEX triplet: 57, 0C and E0. RGB value is (87,12,224). Sum of RGB (Red+Green+Blue) = 87+12+224=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 224 (87.89% from 255 or 69.35% from 323); Max value from RGB is 224 - color contains mainly: blue. Hex color #570CE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570CE0 is #A8F31F. Grayscale: #393939. Windows color (decimal): -11072288 or 14683223. OLE color: 14683223.
HSL color Cylindrical-coordinate representation of color #570CE0: hue angle of 261.23º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570CE0 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 12 | 224 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.12 |
| HSL | 261.23º | 0.9% | 0.46% | - |
| HSV(B) | 261.23º | 0.95% | 0.88% | - |
| XYZ | 17.52 | 7.67 | 71.08 | - |
| YUV | 58.59 | 221.35 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 224 | 0.61 | 0.95 | 0 | 0.12 | 261.23 | 0.9 | 0.46 |
| Hex | 57 | C | E0 | 3D | 5F | 0 | C | 105 | 5A | 2E |
| Octal | 127 | 14 | 340 | 75 | 137 | 0 | 14 | 405 | 132 | 56 |
| Binary | 1010111 | 1100 | 11100000 | 111101 | 1011111 | 0 | 1100 | 100000101 | 1011010 | 101110 |
Color Harmonies of #570CE0
Complementary color
Monochromatic Colors of #570CE0
Black with #570CE0
Text Example
Text Example
White with #570CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570CE0; }
p { color: rgb(87,12,224); }
H1.HeaderClassName
{
color: #570CE0;
}
.AnyTagClassName
{
color: #570CE0;
}
</style>
background-color css
<style>
a { background-color: #570CE0; }
a { background-color: rgb(87,12,224); }
div.DivClassName
{
background-color: #570CE0;
}
.BgClassName
{
background-color: #570CE0;
}
</style>
border-color css
<style>
span { border-color: #570CE0; }
span { border-color: rgb(87,12,224); }
td.TdClassName
{
border-color: #570CE0;
}
.TagClassName
{
border-color: #570CE0;
}
</style>