Shades of Purple Heart #7334D3
Tints of Purple Heart #7334D3
RGB
CMYK
RGB Variations
Color information
#7334D3 (or 0x7334D3) is known color: Purple Heart. HEX triplet: 73, 34 and D3. RGB value is (115,52,211). Sum of RGB (Red+Green+Blue) = 115+52+211=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #7334D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7334D3 is #8CCB2C. Grayscale: #585858. Windows color (decimal): -9227053 or 13841523. OLE color: 13841523.
HSL color Cylindrical-coordinate representation of color #7334D3: hue angle of 263.77º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7334D3 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 52 | 211 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.17 |
| HSL | 263.77º | 0.64% | 0.52% | - |
| HSV(B) | 263.77º | 0.75% | 0.83% | - |
| XYZ | 20.06 | 10.8 | 62.66 | - |
| YUV | 88.96 | 196.87 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 211 | 0.45 | 0.75 | 0 | 0.17 | 263.77 | 0.64 | 0.52 |
| Hex | 73 | 34 | D3 | 2D | 4B | 0 | 11 | 108 | 40 | 34 |
| Octal | 163 | 64 | 323 | 55 | 113 | 0 | 21 | 410 | 100 | 64 |
| Binary | 1110011 | 110100 | 11010011 | 101101 | 1001011 | 0 | 10001 | 100001000 | 1000000 | 110100 |
Color Harmonies of #7334D3
Complementary color
Monochromatic Colors of #7334D3
Black with #7334D3
Text Example
Text Example
White with #7334D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7334D3; }
p { color: rgb(115,52,211); }
H1.HeaderClassName
{
color: #7334D3;
}
.AnyTagClassName
{
color: #7334D3;
}
</style>
background-color css
<style>
a { background-color: #7334D3; }
a { background-color: rgb(115,52,211); }
div.DivClassName
{
background-color: #7334D3;
}
.BgClassName
{
background-color: #7334D3;
}
</style>
border-color css
<style>
span { border-color: #7334D3; }
span { border-color: rgb(115,52,211); }
td.TdClassName
{
border-color: #7334D3;
}
.TagClassName
{
border-color: #7334D3;
}
</style>