Shades of Purple Heart #7318C6
Tints of Purple Heart #7318C6
RGB
CMYK
RGB Variations
Color information
#7318C6 (or 0x7318C6) is known color: Purple Heart. HEX triplet: 73, 18 and C6. RGB value is (115,24,198). Sum of RGB (Red+Green+Blue) = 115+24+198=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 198 (77.73% from 255 or 58.75% from 337); Max value from RGB is 198 - color contains mainly: blue. Hex color #7318C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7318C6 is #8CE739. Grayscale: #464646. Windows color (decimal): -9234234 or 12982387. OLE color: 12982387.
HSL color Cylindrical-coordinate representation of color #7318C6: hue angle of 271.38º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7318C6 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 24 | 198 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.22 |
| HSL | 271.38º | 0.78% | 0.44% | - |
| HSV(B) | 271.38º | 0.88% | 0.78% | - |
| XYZ | 17.59 | 8.38 | 54.12 | - |
| YUV | 71.05 | 199.65 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 198 | 0.42 | 0.88 | 0 | 0.22 | 271.38 | 0.78 | 0.44 |
| Hex | 73 | 18 | C6 | 2A | 58 | 0 | 16 | 10F | 4E | 2C |
| Octal | 163 | 30 | 306 | 52 | 130 | 0 | 26 | 417 | 116 | 54 |
| Binary | 1110011 | 11000 | 11000110 | 101010 | 1011000 | 0 | 10110 | 100001111 | 1001110 | 101100 |
Color Harmonies of #7318C6
Complementary color
Monochromatic Colors of #7318C6
Black with #7318C6
Text Example
Text Example
White with #7318C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7318C6; }
p { color: rgb(115,24,198); }
H1.HeaderClassName
{
color: #7318C6;
}
.AnyTagClassName
{
color: #7318C6;
}
</style>
background-color css
<style>
a { background-color: #7318C6; }
a { background-color: rgb(115,24,198); }
div.DivClassName
{
background-color: #7318C6;
}
.BgClassName
{
background-color: #7318C6;
}
</style>
border-color css
<style>
span { border-color: #7318C6; }
span { border-color: rgb(115,24,198); }
td.TdClassName
{
border-color: #7318C6;
}
.TagClassName
{
border-color: #7318C6;
}
</style>