Shades of Purple Heart #572FAC
Tints of Purple Heart #572FAC
RGB
CMYK
RGB Variations
Color information
#572FAC (or 0x572FAC) is known color: Purple Heart. HEX triplet: 57, 2F and AC. RGB value is (87,47,172). Sum of RGB (Red+Green+Blue) = 87+47+172=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #572FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572FAC is #A8D053. Grayscale: #484848. Windows color (decimal): -11063380 or 11284311. OLE color: 11284311.
HSL color Cylindrical-coordinate representation of color #572FAC: hue angle of 259.2º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #572FAC is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 47 | 172 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.33 |
| HSL | 259.2º | 0.57% | 0.43% | - |
| HSV(B) | 259.2º | 0.73% | 0.67% | - |
| XYZ | 12.39 | 7.04 | 39.73 | - |
| YUV | 73.21 | 183.75 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 172 | 0.49 | 0.73 | 0 | 0.33 | 259.2 | 0.57 | 0.43 |
| Hex | 57 | 2F | AC | 31 | 49 | 0 | 21 | 103 | 39 | 2B |
| Octal | 127 | 57 | 254 | 61 | 111 | 0 | 41 | 403 | 71 | 53 |
| Binary | 1010111 | 101111 | 10101100 | 110001 | 1001001 | 0 | 100001 | 100000011 | 111001 | 101011 |
Color Harmonies of #572FAC
Complementary color
Monochromatic Colors of #572FAC
Black with #572FAC
Text Example
Text Example
White with #572FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572FAC; }
p { color: rgb(87,47,172); }
H1.HeaderClassName
{
color: #572FAC;
}
.AnyTagClassName
{
color: #572FAC;
}
</style>
background-color css
<style>
a { background-color: #572FAC; }
a { background-color: rgb(87,47,172); }
div.DivClassName
{
background-color: #572FAC;
}
.BgClassName
{
background-color: #572FAC;
}
</style>
border-color css
<style>
span { border-color: #572FAC; }
span { border-color: rgb(87,47,172); }
td.TdClassName
{
border-color: #572FAC;
}
.TagClassName
{
border-color: #572FAC;
}
</style>