Shades of Purple Heart #7334BD
Tints of Purple Heart #7334BD
RGB
CMYK
RGB Variations
Color information
#7334BD (or 0x7334BD) is known color: Purple Heart. HEX triplet: 73, 34 and BD. RGB value is (115,52,189). Sum of RGB (Red+Green+Blue) = 115+52+189=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #7334BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7334BD is #8CCB42. Grayscale: #555555. Windows color (decimal): -9227075 or 12399731. OLE color: 12399731.
HSL color Cylindrical-coordinate representation of color #7334BD: hue angle of 267.59º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7334BD is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 52 | 189 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.26 |
| HSL | 267.59º | 0.57% | 0.47% | - |
| HSV(B) | 267.59º | 0.72% | 0.74% | - |
| XYZ | 17.48 | 9.77 | 49.11 | - |
| YUV | 86.46 | 185.87 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 189 | 0.39 | 0.72 | 0 | 0.26 | 267.59 | 0.57 | 0.47 |
| Hex | 73 | 34 | BD | 27 | 48 | 0 | 1A | 10C | 39 | 2F |
| Octal | 163 | 64 | 275 | 47 | 110 | 0 | 32 | 414 | 71 | 57 |
| Binary | 1110011 | 110100 | 10111101 | 100111 | 1001000 | 0 | 11010 | 100001100 | 111001 | 101111 |
Color Harmonies of #7334BD
Complementary color
Monochromatic Colors of #7334BD
Black with #7334BD
Text Example
Text Example
White with #7334BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7334BD; }
p { color: rgb(115,52,189); }
H1.HeaderClassName
{
color: #7334BD;
}
.AnyTagClassName
{
color: #7334BD;
}
</style>
background-color css
<style>
a { background-color: #7334BD; }
a { background-color: rgb(115,52,189); }
div.DivClassName
{
background-color: #7334BD;
}
.BgClassName
{
background-color: #7334BD;
}
</style>
border-color css
<style>
span { border-color: #7334BD; }
span { border-color: rgb(115,52,189); }
td.TdClassName
{
border-color: #7334BD;
}
.TagClassName
{
border-color: #7334BD;
}
</style>