Shades of Purple Heart #7324CE
Tints of Purple Heart #7324CE
RGB
CMYK
RGB Variations
Color information
#7324CE (or 0x7324CE) is known color: Purple Heart. HEX triplet: 73, 24 and CE. RGB value is (115,36,206). Sum of RGB (Red+Green+Blue) = 115+36+206=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #7324CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7324CE is #8CDB31. Grayscale: #4E4E4E. Windows color (decimal): -9231154 or 13509747. OLE color: 13509747.
HSL color Cylindrical-coordinate representation of color #7324CE: hue angle of 267.88º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7324CE is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 36 | 206 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.19 |
| HSL | 267.88º | 0.7% | 0.47% | - |
| HSV(B) | 267.88º | 0.83% | 0.81% | - |
| XYZ | 18.84 | 9.36 | 59.21 | - |
| YUV | 79 | 199.67 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 206 | 0.44 | 0.83 | 0 | 0.19 | 267.88 | 0.7 | 0.47 |
| Hex | 73 | 24 | CE | 2C | 53 | 0 | 13 | 10C | 46 | 2F |
| Octal | 163 | 44 | 316 | 54 | 123 | 0 | 23 | 414 | 106 | 57 |
| Binary | 1110011 | 100100 | 11001110 | 101100 | 1010011 | 0 | 10011 | 100001100 | 1000110 | 101111 |
Color Harmonies of #7324CE
Complementary color
Monochromatic Colors of #7324CE
Black with #7324CE
Text Example
Text Example
White with #7324CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7324CE; }
p { color: rgb(115,36,206); }
H1.HeaderClassName
{
color: #7324CE;
}
.AnyTagClassName
{
color: #7324CE;
}
</style>
background-color css
<style>
a { background-color: #7324CE; }
a { background-color: rgb(115,36,206); }
div.DivClassName
{
background-color: #7324CE;
}
.BgClassName
{
background-color: #7324CE;
}
</style>
border-color css
<style>
span { border-color: #7324CE; }
span { border-color: rgb(115,36,206); }
td.TdClassName
{
border-color: #7324CE;
}
.TagClassName
{
border-color: #7324CE;
}
</style>