Shades of Han Purple #570CDD
Tints of Han Purple #570CDD
RGB
CMYK
RGB Variations
Color information
#570CDD (or 0x570CDD) is known color: Han Purple. HEX triplet: 57, 0C and DD. RGB value is (87,12,221). Sum of RGB (Red+Green+Blue) = 87+12+221=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #570CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570CDD is #A8F322. Grayscale: #393939. Windows color (decimal): -11072291 or 14486615. OLE color: 14486615.
HSL color Cylindrical-coordinate representation of color #570CDD: hue angle of 261.53º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570CDD is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 12 | 221 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.13 |
| HSL | 261.53º | 0.9% | 0.46% | - |
| HSV(B) | 261.53º | 0.95% | 0.87% | - |
| XYZ | 17.11 | 7.51 | 68.95 | - |
| YUV | 58.25 | 219.85 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 221 | 0.61 | 0.95 | 0 | 0.13 | 261.53 | 0.9 | 0.46 |
| Hex | 57 | C | DD | 3D | 5F | 0 | D | 106 | 5A | 2E |
| Octal | 127 | 14 | 335 | 75 | 137 | 0 | 15 | 406 | 132 | 56 |
| Binary | 1010111 | 1100 | 11011101 | 111101 | 1011111 | 0 | 1101 | 100000110 | 1011010 | 101110 |
Color Harmonies of #570CDD
Complementary color
Monochromatic Colors of #570CDD
Black with #570CDD
Text Example
Text Example
White with #570CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570CDD; }
p { color: rgb(87,12,221); }
H1.HeaderClassName
{
color: #570CDD;
}
.AnyTagClassName
{
color: #570CDD;
}
</style>
background-color css
<style>
a { background-color: #570CDD; }
a { background-color: rgb(87,12,221); }
div.DivClassName
{
background-color: #570CDD;
}
.BgClassName
{
background-color: #570CDD;
}
</style>
border-color css
<style>
span { border-color: #570CDD; }
span { border-color: rgb(87,12,221); }
td.TdClassName
{
border-color: #570CDD;
}
.TagClassName
{
border-color: #570CDD;
}
</style>