Shades of Purple Heart #7232CF
Tints of Purple Heart #7232CF
RGB
CMYK
RGB Variations
Color information
#7232CF (or 0x7232CF) is known color: Purple Heart. HEX triplet: 72, 32 and CF. RGB value is (114,50,207). Sum of RGB (Red+Green+Blue) = 114+50+207=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #7232CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7232CF is #8DCD30. Grayscale: #565656. Windows color (decimal): -9293105 or 13578866. OLE color: 13578866.
HSL color Cylindrical-coordinate representation of color #7232CF: hue angle of 264.46º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7232CF is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 50 | 207 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.19 |
| HSL | 264.46º | 0.62% | 0.5% | - |
| HSV(B) | 264.46º | 0.76% | 0.81% | - |
| XYZ | 19.34 | 10.36 | 60.01 | - |
| YUV | 87.03 | 195.7 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 207 | 0.45 | 0.76 | 0 | 0.19 | 264.46 | 0.62 | 0.5 |
| Hex | 72 | 32 | CF | 2D | 4C | 0 | 13 | 108 | 3E | 32 |
| Octal | 162 | 62 | 317 | 55 | 114 | 0 | 23 | 410 | 76 | 62 |
| Binary | 1110010 | 110010 | 11001111 | 101101 | 1001100 | 0 | 10011 | 100001000 | 111110 | 110010 |
Color Harmonies of #7232CF
Complementary color
Monochromatic Colors of #7232CF
Black with #7232CF
Text Example
Text Example
White with #7232CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7232CF; }
p { color: rgb(114,50,207); }
H1.HeaderClassName
{
color: #7232CF;
}
.AnyTagClassName
{
color: #7232CF;
}
</style>
background-color css
<style>
a { background-color: #7232CF; }
a { background-color: rgb(114,50,207); }
div.DivClassName
{
background-color: #7232CF;
}
.BgClassName
{
background-color: #7232CF;
}
</style>
border-color css
<style>
span { border-color: #7232CF; }
span { border-color: rgb(114,50,207); }
td.TdClassName
{
border-color: #7232CF;
}
.TagClassName
{
border-color: #7232CF;
}
</style>