Shades of Purple Heart #7618CA
Tints of Purple Heart #7618CA
RGB
CMYK
RGB Variations
Color information
#7618CA (or 0x7618CA) is known color: Purple Heart. HEX triplet: 76, 18 and CA. RGB value is (118,24,202). Sum of RGB (Red+Green+Blue) = 118+24+202=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #7618CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7618CA is #89E735. Grayscale: #474747. Windows color (decimal): -9037622 or 13244534. OLE color: 13244534.
HSL color Cylindrical-coordinate representation of color #7618CA: hue angle of 271.69º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7618CA is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 24 | 202 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.21 |
| HSL | 271.69º | 0.79% | 0.44% | - |
| HSV(B) | 271.69º | 0.88% | 0.79% | - |
| XYZ | 18.46 | 8.77 | 56.6 | - |
| YUV | 72.4 | 201.14 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 202 | 0.42 | 0.88 | 0 | 0.21 | 271.69 | 0.79 | 0.44 |
| Hex | 76 | 18 | CA | 2A | 58 | 0 | 15 | 110 | 4F | 2C |
| Octal | 166 | 30 | 312 | 52 | 130 | 0 | 25 | 420 | 117 | 54 |
| Binary | 1110110 | 11000 | 11001010 | 101010 | 1011000 | 0 | 10101 | 100010000 | 1001111 | 101100 |
Color Harmonies of #7618CA
Complementary color
Monochromatic Colors of #7618CA
Black with #7618CA
Text Example
Text Example
White with #7618CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7618CA; }
p { color: rgb(118,24,202); }
H1.HeaderClassName
{
color: #7618CA;
}
.AnyTagClassName
{
color: #7618CA;
}
</style>
background-color css
<style>
a { background-color: #7618CA; }
a { background-color: rgb(118,24,202); }
div.DivClassName
{
background-color: #7618CA;
}
.BgClassName
{
background-color: #7618CA;
}
</style>
border-color css
<style>
span { border-color: #7618CA; }
span { border-color: rgb(118,24,202); }
td.TdClassName
{
border-color: #7618CA;
}
.TagClassName
{
border-color: #7618CA;
}
</style>