Shades of Purple Heart #7624CE
Tints of Purple Heart #7624CE
RGB
CMYK
RGB Variations
Color information
#7624CE (or 0x7624CE) is known color: Purple Heart. HEX triplet: 76, 24 and CE. RGB value is (118,36,206). Sum of RGB (Red+Green+Blue) = 118+36+206=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #7624CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7624CE is #89DB31. Grayscale: #4F4F4F. Windows color (decimal): -9034546 or 13509750. OLE color: 13509750.
HSL color Cylindrical-coordinate representation of color #7624CE: hue angle of 268.94º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7624CE is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 36 | 206 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.19 |
| HSL | 268.94º | 0.7% | 0.47% | - |
| HSV(B) | 268.94º | 0.83% | 0.81% | - |
| XYZ | 19.24 | 9.57 | 59.23 | - |
| YUV | 79.9 | 199.17 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 206 | 0.43 | 0.83 | 0 | 0.19 | 268.94 | 0.7 | 0.47 |
| Hex | 76 | 24 | CE | 2B | 53 | 0 | 13 | 10D | 46 | 2F |
| Octal | 166 | 44 | 316 | 53 | 123 | 0 | 23 | 415 | 106 | 57 |
| Binary | 1110110 | 100100 | 11001110 | 101011 | 1010011 | 0 | 10011 | 100001101 | 1000110 | 101111 |
Color Harmonies of #7624CE
Complementary color
Monochromatic Colors of #7624CE
Black with #7624CE
Text Example
Text Example
White with #7624CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7624CE; }
p { color: rgb(118,36,206); }
H1.HeaderClassName
{
color: #7624CE;
}
.AnyTagClassName
{
color: #7624CE;
}
</style>
background-color css
<style>
a { background-color: #7624CE; }
a { background-color: rgb(118,36,206); }
div.DivClassName
{
background-color: #7624CE;
}
.BgClassName
{
background-color: #7624CE;
}
</style>
border-color css
<style>
span { border-color: #7624CE; }
span { border-color: rgb(118,36,206); }
td.TdClassName
{
border-color: #7624CE;
}
.TagClassName
{
border-color: #7624CE;
}
</style>