Shades of Purple Heart #732AC6
Tints of Purple Heart #732AC6
RGB
CMYK
RGB Variations
Color information
#732AC6 (or 0x732AC6) is known color: Purple Heart. HEX triplet: 73, 2A and C6. RGB value is (115,42,198). Sum of RGB (Red+Green+Blue) = 115+42+198=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 198 (77.73% from 255 or 55.77% from 355); Max value from RGB is 198 - color contains mainly: blue. Hex color #732AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732AC6 is #8CD539. Grayscale: #515151. Windows color (decimal): -9229626 or 12986995. OLE color: 12986995.
HSL color Cylindrical-coordinate representation of color #732AC6: hue angle of 268.08º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #732AC6 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 42 | 198 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.22 |
| HSL | 268.08º | 0.65% | 0.47% | - |
| HSV(B) | 268.08º | 0.79% | 0.78% | - |
| XYZ | 18.09 | 9.38 | 54.28 | - |
| YUV | 81.61 | 193.68 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 198 | 0.42 | 0.79 | 0 | 0.22 | 268.08 | 0.65 | 0.47 |
| Hex | 73 | 2A | C6 | 2A | 4F | 0 | 16 | 10C | 41 | 2F |
| Octal | 163 | 52 | 306 | 52 | 117 | 0 | 26 | 414 | 101 | 57 |
| Binary | 1110011 | 101010 | 11000110 | 101010 | 1001111 | 0 | 10110 | 100001100 | 1000001 | 101111 |
Color Harmonies of #732AC6
Complementary color
Monochromatic Colors of #732AC6
Black with #732AC6
Text Example
Text Example
White with #732AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732AC6; }
p { color: rgb(115,42,198); }
H1.HeaderClassName
{
color: #732AC6;
}
.AnyTagClassName
{
color: #732AC6;
}
</style>
background-color css
<style>
a { background-color: #732AC6; }
a { background-color: rgb(115,42,198); }
div.DivClassName
{
background-color: #732AC6;
}
.BgClassName
{
background-color: #732AC6;
}
</style>
border-color css
<style>
span { border-color: #732AC6; }
span { border-color: rgb(115,42,198); }
td.TdClassName
{
border-color: #732AC6;
}
.TagClassName
{
border-color: #732AC6;
}
</style>