Shades of Purple Heart #7334D0
Tints of Purple Heart #7334D0
RGB
CMYK
RGB Variations
Color information
#7334D0 (or 0x7334D0) is known color: Purple Heart. HEX triplet: 73, 34 and D0. RGB value is (115,52,208). Sum of RGB (Red+Green+Blue) = 115+52+208=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #7334D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7334D0 is #8CCB2F. Grayscale: #585858. Windows color (decimal): -9227056 or 13644915. OLE color: 13644915.
HSL color Cylindrical-coordinate representation of color #7334D0: hue angle of 264.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7334D0 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 52 | 208 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.18 |
| HSL | 264.23º | 0.62% | 0.51% | - |
| HSV(B) | 264.23º | 0.75% | 0.82% | - |
| XYZ | 19.68 | 10.65 | 60.69 | - |
| YUV | 88.62 | 195.37 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 208 | 0.45 | 0.75 | 0 | 0.18 | 264.23 | 0.62 | 0.51 |
| Hex | 73 | 34 | D0 | 2D | 4B | 0 | 12 | 108 | 3E | 33 |
| Octal | 163 | 64 | 320 | 55 | 113 | 0 | 22 | 410 | 76 | 63 |
| Binary | 1110011 | 110100 | 11010000 | 101101 | 1001011 | 0 | 10010 | 100001000 | 111110 | 110011 |
Color Harmonies of #7334D0
Complementary color
Monochromatic Colors of #7334D0
Black with #7334D0
Text Example
Text Example
White with #7334D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7334D0; }
p { color: rgb(115,52,208); }
H1.HeaderClassName
{
color: #7334D0;
}
.AnyTagClassName
{
color: #7334D0;
}
</style>
background-color css
<style>
a { background-color: #7334D0; }
a { background-color: rgb(115,52,208); }
div.DivClassName
{
background-color: #7334D0;
}
.BgClassName
{
background-color: #7334D0;
}
</style>
border-color css
<style>
span { border-color: #7334D0; }
span { border-color: rgb(115,52,208); }
td.TdClassName
{
border-color: #7334D0;
}
.TagClassName
{
border-color: #7334D0;
}
</style>