Shades of Han Purple #570CE8
Tints of Han Purple #570CE8
RGB
CMYK
RGB Variations
Color information
#570CE8 (or 0x570CE8) is known color: Han Purple. HEX triplet: 57, 0C and E8. RGB value is (87,12,232). Sum of RGB (Red+Green+Blue) = 87+12+232=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 232 (91.02% from 255 or 70.09% from 331); Max value from RGB is 232 - color contains mainly: blue. Hex color #570CE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570CE8 is #A8F317. Grayscale: #3A3A3A. Windows color (decimal): -11072280 or 15207511. OLE color: 15207511.
HSL color Cylindrical-coordinate representation of color #570CE8: hue angle of 260.45º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570CE8 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 12 | 232 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.09 |
| HSL | 260.45º | 0.9% | 0.48% | - |
| HSV(B) | 260.45º | 0.95% | 0.91% | - |
| XYZ | 18.63 | 8.12 | 76.93 | - |
| YUV | 59.51 | 225.35 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 232 | 0.62 | 0.95 | 0 | 0.09 | 260.45 | 0.9 | 0.48 |
| Hex | 57 | C | E8 | 3E | 5F | 0 | 9 | 104 | 5A | 30 |
| Octal | 127 | 14 | 350 | 76 | 137 | 0 | 11 | 404 | 132 | 60 |
| Binary | 1010111 | 1100 | 11101000 | 111110 | 1011111 | 0 | 1001 | 100000100 | 1011010 | 110000 |
Color Harmonies of #570CE8
Complementary color
Monochromatic Colors of #570CE8
Black with #570CE8
Text Example
Text Example
White with #570CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570CE8; }
p { color: rgb(87,12,232); }
H1.HeaderClassName
{
color: #570CE8;
}
.AnyTagClassName
{
color: #570CE8;
}
</style>
background-color css
<style>
a { background-color: #570CE8; }
a { background-color: rgb(87,12,232); }
div.DivClassName
{
background-color: #570CE8;
}
.BgClassName
{
background-color: #570CE8;
}
</style>
border-color css
<style>
span { border-color: #570CE8; }
span { border-color: rgb(87,12,232); }
td.TdClassName
{
border-color: #570CE8;
}
.TagClassName
{
border-color: #570CE8;
}
</style>