Shades of Purple Heart #7326CF
Tints of Purple Heart #7326CF
RGB
CMYK
RGB Variations
Color information
#7326CF (or 0x7326CF) is known color: Purple Heart. HEX triplet: 73, 26 and CF. RGB value is (115,38,207). Sum of RGB (Red+Green+Blue) = 115+38+207=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #7326CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7326CF is #8CD930. Grayscale: #4F4F4F. Windows color (decimal): -9230641 or 13575795. OLE color: 13575795.
HSL color Cylindrical-coordinate representation of color #7326CF: hue angle of 267.34º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7326CF is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 38 | 207 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.19 |
| HSL | 267.34º | 0.69% | 0.48% | - |
| HSV(B) | 267.34º | 0.82% | 0.81% | - |
| XYZ | 19.03 | 9.54 | 59.87 | - |
| YUV | 80.29 | 199.51 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 207 | 0.44 | 0.82 | 0 | 0.19 | 267.34 | 0.69 | 0.48 |
| Hex | 73 | 26 | CF | 2C | 52 | 0 | 13 | 10B | 45 | 30 |
| Octal | 163 | 46 | 317 | 54 | 122 | 0 | 23 | 413 | 105 | 60 |
| Binary | 1110011 | 100110 | 11001111 | 101100 | 1010010 | 0 | 10011 | 100001011 | 1000101 | 110000 |
Color Harmonies of #7326CF
Complementary color
Monochromatic Colors of #7326CF
Black with #7326CF
Text Example
Text Example
White with #7326CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7326CF; }
p { color: rgb(115,38,207); }
H1.HeaderClassName
{
color: #7326CF;
}
.AnyTagClassName
{
color: #7326CF;
}
</style>
background-color css
<style>
a { background-color: #7326CF; }
a { background-color: rgb(115,38,207); }
div.DivClassName
{
background-color: #7326CF;
}
.BgClassName
{
background-color: #7326CF;
}
</style>
border-color css
<style>
span { border-color: #7326CF; }
span { border-color: rgb(115,38,207); }
td.TdClassName
{
border-color: #7326CF;
}
.TagClassName
{
border-color: #7326CF;
}
</style>