Shades of Purple Heart #7232C8
Tints of Purple Heart #7232C8
RGB
CMYK
RGB Variations
Color information
#7232C8 (or 0x7232C8) is known color: Purple Heart. HEX triplet: 72, 32 and C8. RGB value is (114,50,200). Sum of RGB (Red+Green+Blue) = 114+50+200=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 200 (78.52% from 255 or 54.95% from 364); Max value from RGB is 200 - color contains mainly: blue. Hex color #7232C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7232C8 is #8DCD37. Grayscale: #555555. Windows color (decimal): -9293112 or 13120114. OLE color: 13120114.
HSL color Cylindrical-coordinate representation of color #7232C8: hue angle of 265.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7232C8 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 50 | 200 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.22 |
| HSL | 265.6º | 0.6% | 0.49% | - |
| HSV(B) | 265.6º | 0.75% | 0.78% | - |
| XYZ | 18.51 | 10.03 | 55.6 | - |
| YUV | 86.24 | 192.2 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 200 | 0.43 | 0.75 | 0 | 0.22 | 265.6 | 0.6 | 0.49 |
| Hex | 72 | 32 | C8 | 2B | 4B | 0 | 16 | 10A | 3C | 31 |
| Octal | 162 | 62 | 310 | 53 | 113 | 0 | 26 | 412 | 74 | 61 |
| Binary | 1110010 | 110010 | 11001000 | 101011 | 1001011 | 0 | 10110 | 100001010 | 111100 | 110001 |
Color Harmonies of #7232C8
Complementary color
Monochromatic Colors of #7232C8
Black with #7232C8
Text Example
Text Example
White with #7232C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7232C8; }
p { color: rgb(114,50,200); }
H1.HeaderClassName
{
color: #7232C8;
}
.AnyTagClassName
{
color: #7232C8;
}
</style>
background-color css
<style>
a { background-color: #7232C8; }
a { background-color: rgb(114,50,200); }
div.DivClassName
{
background-color: #7232C8;
}
.BgClassName
{
background-color: #7232C8;
}
</style>
border-color css
<style>
span { border-color: #7232C8; }
span { border-color: rgb(114,50,200); }
td.TdClassName
{
border-color: #7232C8;
}
.TagClassName
{
border-color: #7232C8;
}
</style>