Shades of Purple Heart #7626CF
Tints of Purple Heart #7626CF
RGB
CMYK
RGB Variations
Color information
#7626CF (or 0x7626CF) is known color: Purple Heart. HEX triplet: 76, 26 and CF. RGB value is (118,38,207). Sum of RGB (Red+Green+Blue) = 118+38+207=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #7626CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7626CF is #89D930. Grayscale: #505050. Windows color (decimal): -9034033 or 13575798. OLE color: 13575798.
HSL color Cylindrical-coordinate representation of color #7626CF: hue angle of 268.4º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7626CF is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 38 | 207 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.19 |
| HSL | 268.4º | 0.69% | 0.48% | - |
| HSV(B) | 268.4º | 0.82% | 0.81% | - |
| XYZ | 19.43 | 9.74 | 59.89 | - |
| YUV | 81.19 | 199 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 207 | 0.43 | 0.82 | 0 | 0.19 | 268.4 | 0.69 | 0.48 |
| Hex | 76 | 26 | CF | 2B | 52 | 0 | 13 | 10C | 45 | 30 |
| Octal | 166 | 46 | 317 | 53 | 122 | 0 | 23 | 414 | 105 | 60 |
| Binary | 1110110 | 100110 | 11001111 | 101011 | 1010010 | 0 | 10011 | 100001100 | 1000101 | 110000 |
Color Harmonies of #7626CF
Complementary color
Monochromatic Colors of #7626CF
Black with #7626CF
Text Example
Text Example
White with #7626CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7626CF; }
p { color: rgb(118,38,207); }
H1.HeaderClassName
{
color: #7626CF;
}
.AnyTagClassName
{
color: #7626CF;
}
</style>
background-color css
<style>
a { background-color: #7626CF; }
a { background-color: rgb(118,38,207); }
div.DivClassName
{
background-color: #7626CF;
}
.BgClassName
{
background-color: #7626CF;
}
</style>
border-color css
<style>
span { border-color: #7626CF; }
span { border-color: rgb(118,38,207); }
td.TdClassName
{
border-color: #7626CF;
}
.TagClassName
{
border-color: #7626CF;
}
</style>