Shades of Purple Heart #7328CE
Tints of Purple Heart #7328CE
RGB
CMYK
RGB Variations
Color information
#7328CE (or 0x7328CE) is known color: Purple Heart. HEX triplet: 73, 28 and CE. RGB value is (115,40,206). Sum of RGB (Red+Green+Blue) = 115+40+206=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #7328CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7328CE is #8CD731. Grayscale: #505050. Windows color (decimal): -9230130 or 13510771. OLE color: 13510771.
HSL color Cylindrical-coordinate representation of color #7328CE: hue angle of 267.11º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7328CE is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 40 | 206 | - |
| CMYK | 0.44 | 0.81 | 0 | 0.19 |
| HSL | 267.11º | 0.67% | 0.48% | - |
| HSV(B) | 267.11º | 0.81% | 0.81% | - |
| XYZ | 18.97 | 9.62 | 59.25 | - |
| YUV | 81.35 | 198.35 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 206 | 0.44 | 0.81 | 0 | 0.19 | 267.11 | 0.67 | 0.48 |
| Hex | 73 | 28 | CE | 2C | 51 | 0 | 13 | 10B | 43 | 30 |
| Octal | 163 | 50 | 316 | 54 | 121 | 0 | 23 | 413 | 103 | 60 |
| Binary | 1110011 | 101000 | 11001110 | 101100 | 1010001 | 0 | 10011 | 100001011 | 1000011 | 110000 |
Color Harmonies of #7328CE
Complementary color
Monochromatic Colors of #7328CE
Black with #7328CE
Text Example
Text Example
White with #7328CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7328CE; }
p { color: rgb(115,40,206); }
H1.HeaderClassName
{
color: #7328CE;
}
.AnyTagClassName
{
color: #7328CE;
}
</style>
background-color css
<style>
a { background-color: #7328CE; }
a { background-color: rgb(115,40,206); }
div.DivClassName
{
background-color: #7328CE;
}
.BgClassName
{
background-color: #7328CE;
}
</style>
border-color css
<style>
span { border-color: #7328CE; }
span { border-color: rgb(115,40,206); }
td.TdClassName
{
border-color: #7328CE;
}
.TagClassName
{
border-color: #7328CE;
}
</style>