Shades of Purple Heart #7926CE
Tints of Purple Heart #7926CE
RGB
CMYK
RGB Variations
Color information
#7926CE (or 0x7926CE) is known color: Purple Heart. HEX triplet: 79, 26 and CE. RGB value is (121,38,206). Sum of RGB (Red+Green+Blue) = 121+38+206=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #7926CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7926CE is #86D931. Grayscale: #515151. Windows color (decimal): -8837426 or 13510265. OLE color: 13510265.
HSL color Cylindrical-coordinate representation of color #7926CE: hue angle of 269.64º 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 #7926CE is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 38 | 206 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.19 |
| HSL | 269.64º | 0.69% | 0.48% | - |
| HSV(B) | 269.64º | 0.82% | 0.81% | - |
| XYZ | 19.72 | 9.91 | 59.27 | - |
| YUV | 81.97 | 198 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 38 | 206 | 0.41 | 0.82 | 0 | 0.19 | 269.64 | 0.69 | 0.48 |
| Hex | 79 | 26 | CE | 29 | 52 | 0 | 13 | 10E | 45 | 30 |
| Octal | 171 | 46 | 316 | 51 | 122 | 0 | 23 | 416 | 105 | 60 |
| Binary | 1111001 | 100110 | 11001110 | 101001 | 1010010 | 0 | 10011 | 100001110 | 1000101 | 110000 |
Color Harmonies of #7926CE
Complementary color
Monochromatic Colors of #7926CE
Black with #7926CE
Text Example
Text Example
White with #7926CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7926CE; }
p { color: rgb(121,38,206); }
H1.HeaderClassName
{
color: #7926CE;
}
.AnyTagClassName
{
color: #7926CE;
}
</style>
background-color css
<style>
a { background-color: #7926CE; }
a { background-color: rgb(121,38,206); }
div.DivClassName
{
background-color: #7926CE;
}
.BgClassName
{
background-color: #7926CE;
}
</style>
border-color css
<style>
span { border-color: #7926CE; }
span { border-color: rgb(121,38,206); }
td.TdClassName
{
border-color: #7926CE;
}
.TagClassName
{
border-color: #7926CE;
}
</style>