Shades of Purple Heart #7232B2
Tints of Purple Heart #7232B2
RGB
CMYK
RGB Variations
Color information
#7232B2 (or 0x7232B2) is known color: Purple Heart. HEX triplet: 72, 32 and B2. RGB value is (114,50,178). Sum of RGB (Red+Green+Blue) = 114+50+178=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 178 (69.92% from 255 or 52.05% from 342); Max value from RGB is 178 - color contains mainly: blue. Hex color #7232B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7232B2 is #8DCD4D. Grayscale: #535353. Windows color (decimal): -9293134 or 11678322. OLE color: 11678322.
HSL color Cylindrical-coordinate representation of color #7232B2: hue angle of 270º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7232B2 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 50 | 178 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.30 |
| HSL | 270º | 0.56% | 0.45% | - |
| HSV(B) | 270º | 0.72% | 0.7% | - |
| XYZ | 16.12 | 9.07 | 43.02 | - |
| YUV | 83.73 | 181.2 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 178 | 0.36 | 0.72 | 0 | 0.30 | 270 | 0.56 | 0.45 |
| Hex | 72 | 32 | B2 | 24 | 48 | 0 | 1E | 10E | 38 | 2D |
| Octal | 162 | 62 | 262 | 44 | 110 | 0 | 36 | 416 | 70 | 55 |
| Binary | 1110010 | 110010 | 10110010 | 100100 | 1001000 | 0 | 11110 | 100001110 | 111000 | 101101 |
Color Harmonies of #7232B2
Complementary color
Monochromatic Colors of #7232B2
Black with #7232B2
Text Example
Text Example
White with #7232B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7232B2; }
p { color: rgb(114,50,178); }
H1.HeaderClassName
{
color: #7232B2;
}
.AnyTagClassName
{
color: #7232B2;
}
</style>
background-color css
<style>
a { background-color: #7232B2; }
a { background-color: rgb(114,50,178); }
div.DivClassName
{
background-color: #7232B2;
}
.BgClassName
{
background-color: #7232B2;
}
</style>
border-color css
<style>
span { border-color: #7232B2; }
span { border-color: rgb(114,50,178); }
td.TdClassName
{
border-color: #7232B2;
}
.TagClassName
{
border-color: #7232B2;
}
</style>