Shades of Purple Heart #7314CB
Tints of Purple Heart #7314CB
RGB
CMYK
RGB Variations
Color information
#7314CB (or 0x7314CB) is known color: Purple Heart. HEX triplet: 73, 14 and CB. RGB value is (115,20,203). Sum of RGB (Red+Green+Blue) = 115+20+203=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #7314CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7314CB is #8CEB34. Grayscale: #444444. Windows color (decimal): -9235253 or 13309043. OLE color: 13309043.
HSL color Cylindrical-coordinate representation of color #7314CB: hue angle of 271.15º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7314CB is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 20 | 203 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.20 |
| HSL | 271.15º | 0.82% | 0.44% | - |
| HSV(B) | 271.15º | 0.9% | 0.8% | - |
| XYZ | 18.1 | 8.46 | 57.18 | - |
| YUV | 69.27 | 203.47 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 203 | 0.43 | 0.90 | 0 | 0.20 | 271.15 | 0.82 | 0.44 |
| Hex | 73 | 14 | CB | 2B | 5A | 0 | 14 | 10F | 52 | 2C |
| Octal | 163 | 24 | 313 | 53 | 132 | 0 | 24 | 417 | 122 | 54 |
| Binary | 1110011 | 10100 | 11001011 | 101011 | 1011010 | 0 | 10100 | 100001111 | 1010010 | 101100 |
Color Harmonies of #7314CB
Complementary color
Monochromatic Colors of #7314CB
Black with #7314CB
Text Example
Text Example
White with #7314CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7314CB; }
p { color: rgb(115,20,203); }
H1.HeaderClassName
{
color: #7314CB;
}
.AnyTagClassName
{
color: #7314CB;
}
</style>
background-color css
<style>
a { background-color: #7314CB; }
a { background-color: rgb(115,20,203); }
div.DivClassName
{
background-color: #7314CB;
}
.BgClassName
{
background-color: #7314CB;
}
</style>
border-color css
<style>
span { border-color: #7314CB; }
span { border-color: rgb(115,20,203); }
td.TdClassName
{
border-color: #7314CB;
}
.TagClassName
{
border-color: #7314CB;
}
</style>