Shades of Purple Heart #7311CB
Tints of Purple Heart #7311CB
RGB
CMYK
RGB Variations
Color information
#7311CB (or 0x7311CB) is known color: Purple Heart. HEX triplet: 73, 11 and CB. RGB value is (115,17,203). Sum of RGB (Red+Green+Blue) = 115+17+203=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #7311CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7311CB is #8CEE34. Grayscale: #424242. Windows color (decimal): -9236021 or 13308275. OLE color: 13308275.
HSL color Cylindrical-coordinate representation of color #7311CB: hue angle of 271.61º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7311CB is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 17 | 203 | - |
| CMYK | 0.43 | 0.92 | 0 | 0.20 |
| HSL | 271.61º | 0.85% | 0.43% | - |
| HSV(B) | 271.61º | 0.92% | 0.8% | - |
| XYZ | 18.05 | 8.36 | 57.16 | - |
| YUV | 67.51 | 204.47 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 203 | 0.43 | 0.92 | 0 | 0.20 | 271.61 | 0.85 | 0.43 |
| Hex | 73 | 11 | CB | 2B | 5C | 0 | 14 | 110 | 55 | 2B |
| Octal | 163 | 21 | 313 | 53 | 134 | 0 | 24 | 420 | 125 | 53 |
| Binary | 1110011 | 10001 | 11001011 | 101011 | 1011100 | 0 | 10100 | 100010000 | 1010101 | 101011 |
Color Harmonies of #7311CB
Complementary color
Monochromatic Colors of #7311CB
Black with #7311CB
Text Example
Text Example
White with #7311CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7311CB; }
p { color: rgb(115,17,203); }
H1.HeaderClassName
{
color: #7311CB;
}
.AnyTagClassName
{
color: #7311CB;
}
</style>
background-color css
<style>
a { background-color: #7311CB; }
a { background-color: rgb(115,17,203); }
div.DivClassName
{
background-color: #7311CB;
}
.BgClassName
{
background-color: #7311CB;
}
</style>
border-color css
<style>
span { border-color: #7311CB; }
span { border-color: rgb(115,17,203); }
td.TdClassName
{
border-color: #7311CB;
}
.TagClassName
{
border-color: #7311CB;
}
</style>