Shades of Purple Heart #7317CE
Tints of Purple Heart #7317CE
RGB
CMYK
RGB Variations
Color information
#7317CE (or 0x7317CE) is known color: Purple Heart. HEX triplet: 73, 17 and CE. RGB value is (115,23,206). Sum of RGB (Red+Green+Blue) = 115+23+206=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #7317CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7317CE is #8CE831. Grayscale: #464646. Windows color (decimal): -9234482 or 13506419. OLE color: 13506419.
HSL color Cylindrical-coordinate representation of color #7317CE: hue angle of 270.16º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7317CE is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 23 | 206 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.19 |
| HSL | 270.16º | 0.8% | 0.45% | - |
| HSV(B) | 270.16º | 0.89% | 0.81% | - |
| XYZ | 18.52 | 8.71 | 59.1 | - |
| YUV | 71.37 | 203.98 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 206 | 0.44 | 0.89 | 0 | 0.19 | 270.16 | 0.8 | 0.45 |
| Hex | 73 | 17 | CE | 2C | 59 | 0 | 13 | 10E | 50 | 2D |
| Octal | 163 | 27 | 316 | 54 | 131 | 0 | 23 | 416 | 120 | 55 |
| Binary | 1110011 | 10111 | 11001110 | 101100 | 1011001 | 0 | 10011 | 100001110 | 1010000 | 101101 |
Color Harmonies of #7317CE
Complementary color
Monochromatic Colors of #7317CE
Black with #7317CE
Text Example
Text Example
White with #7317CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7317CE; }
p { color: rgb(115,23,206); }
H1.HeaderClassName
{
color: #7317CE;
}
.AnyTagClassName
{
color: #7317CE;
}
</style>
background-color css
<style>
a { background-color: #7317CE; }
a { background-color: rgb(115,23,206); }
div.DivClassName
{
background-color: #7317CE;
}
.BgClassName
{
background-color: #7317CE;
}
</style>
border-color css
<style>
span { border-color: #7317CE; }
span { border-color: rgb(115,23,206); }
td.TdClassName
{
border-color: #7317CE;
}
.TagClassName
{
border-color: #7317CE;
}
</style>