Shades of Purple Heart #7318CE
Tints of Purple Heart #7318CE
RGB
CMYK
RGB Variations
Color information
#7318CE (or 0x7318CE) is known color: Purple Heart. HEX triplet: 73, 18 and CE. RGB value is (115,24,206). Sum of RGB (Red+Green+Blue) = 115+24+206=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #7318CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7318CE is #8CE731. Grayscale: #474747. Windows color (decimal): -9234226 or 13506675. OLE color: 13506675.
HSL color Cylindrical-coordinate representation of color #7318CE: hue angle of 270º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7318CE is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 24 | 206 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.19 |
| HSL | 270º | 0.79% | 0.45% | - |
| HSV(B) | 270º | 0.88% | 0.81% | - |
| XYZ | 18.54 | 8.75 | 59.11 | - |
| YUV | 71.96 | 203.65 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 206 | 0.44 | 0.88 | 0 | 0.19 | 270 | 0.79 | 0.45 |
| Hex | 73 | 18 | CE | 2C | 58 | 0 | 13 | 10E | 4F | 2D |
| Octal | 163 | 30 | 316 | 54 | 130 | 0 | 23 | 416 | 117 | 55 |
| Binary | 1110011 | 11000 | 11001110 | 101100 | 1011000 | 0 | 10011 | 100001110 | 1001111 | 101101 |
Color Harmonies of #7318CE
Complementary color
Monochromatic Colors of #7318CE
Black with #7318CE
Text Example
Text Example
White with #7318CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7318CE; }
p { color: rgb(115,24,206); }
H1.HeaderClassName
{
color: #7318CE;
}
.AnyTagClassName
{
color: #7318CE;
}
</style>
background-color css
<style>
a { background-color: #7318CE; }
a { background-color: rgb(115,24,206); }
div.DivClassName
{
background-color: #7318CE;
}
.BgClassName
{
background-color: #7318CE;
}
</style>
border-color css
<style>
span { border-color: #7318CE; }
span { border-color: rgb(115,24,206); }
td.TdClassName
{
border-color: #7318CE;
}
.TagClassName
{
border-color: #7318CE;
}
</style>