Shades of Purple Heart #5722BF
Tints of Purple Heart #5722BF
RGB
CMYK
RGB Variations
Color information
#5722BF (or 0x5722BF) is known color: Purple Heart. HEX triplet: 57, 22 and BF. RGB value is (87,34,191). Sum of RGB (Red+Green+Blue) = 87+34+191=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #5722BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5722BF is #A8DD40. Grayscale: #434343. Windows color (decimal): -11066689 or 12526167. OLE color: 12526167.
HSL color Cylindrical-coordinate representation of color #5722BF: hue angle of 260.25º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5722BF is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 34 | 191 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.25 |
| HSL | 260.25º | 0.7% | 0.44% | - |
| HSV(B) | 260.25º | 0.82% | 0.75% | - |
| XYZ | 13.91 | 6.93 | 49.9 | - |
| YUV | 67.75 | 197.56 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 34 | 191 | 0.54 | 0.82 | 0 | 0.25 | 260.25 | 0.7 | 0.44 |
| Hex | 57 | 22 | BF | 36 | 52 | 0 | 19 | 104 | 46 | 2C |
| Octal | 127 | 42 | 277 | 66 | 122 | 0 | 31 | 404 | 106 | 54 |
| Binary | 1010111 | 100010 | 10111111 | 110110 | 1010010 | 0 | 11001 | 100000100 | 1000110 | 101100 |
Color Harmonies of #5722BF
Complementary color
Monochromatic Colors of #5722BF
Black with #5722BF
Text Example
Text Example
White with #5722BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5722BF; }
p { color: rgb(87,34,191); }
H1.HeaderClassName
{
color: #5722BF;
}
.AnyTagClassName
{
color: #5722BF;
}
</style>
background-color css
<style>
a { background-color: #5722BF; }
a { background-color: rgb(87,34,191); }
div.DivClassName
{
background-color: #5722BF;
}
.BgClassName
{
background-color: #5722BF;
}
</style>
border-color css
<style>
span { border-color: #5722BF; }
span { border-color: rgb(87,34,191); }
td.TdClassName
{
border-color: #5722BF;
}
.TagClassName
{
border-color: #5722BF;
}
</style>