Shades of Purple Heart #572BB0
Tints of Purple Heart #572BB0
RGB
CMYK
RGB Variations
Color information
#572BB0 (or 0x572BB0) is known color: Purple Heart. HEX triplet: 57, 2B and B0. RGB value is (87,43,176). Sum of RGB (Red+Green+Blue) = 87+43+176=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 176 (69.14% from 255 or 57.52% from 306); Max value from RGB is 176 - color contains mainly: blue. Hex color #572BB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572BB0 is #A8D44F. Grayscale: #464646. Windows color (decimal): -11064400 or 11545431. OLE color: 11545431.
HSL color Cylindrical-coordinate representation of color #572BB0: hue angle of 259.85º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #572BB0 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 43 | 176 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.31 |
| HSL | 259.85º | 0.61% | 0.43% | - |
| HSV(B) | 259.85º | 0.76% | 0.69% | - |
| XYZ | 12.63 | 6.89 | 41.74 | - |
| YUV | 71.32 | 187.08 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 176 | 0.51 | 0.76 | 0 | 0.31 | 259.85 | 0.61 | 0.43 |
| Hex | 57 | 2B | B0 | 33 | 4C | 0 | 1F | 104 | 3D | 2B |
| Octal | 127 | 53 | 260 | 63 | 114 | 0 | 37 | 404 | 75 | 53 |
| Binary | 1010111 | 101011 | 10110000 | 110011 | 1001100 | 0 | 11111 | 100000100 | 111101 | 101011 |
Color Harmonies of #572BB0
Complementary color
Monochromatic Colors of #572BB0
Black with #572BB0
Text Example
Text Example
White with #572BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572BB0; }
p { color: rgb(87,43,176); }
H1.HeaderClassName
{
color: #572BB0;
}
.AnyTagClassName
{
color: #572BB0;
}
</style>
background-color css
<style>
a { background-color: #572BB0; }
a { background-color: rgb(87,43,176); }
div.DivClassName
{
background-color: #572BB0;
}
.BgClassName
{
background-color: #572BB0;
}
</style>
border-color css
<style>
span { border-color: #572BB0; }
span { border-color: rgb(87,43,176); }
td.TdClassName
{
border-color: #572BB0;
}
.TagClassName
{
border-color: #572BB0;
}
</style>