Shades of Purple Heart #791BBC
Tints of Purple Heart #791BBC
RGB
CMYK
RGB Variations
Color information
#791BBC (or 0x791BBC) is known color: Purple Heart. HEX triplet: 79, 1B and BC. RGB value is (121,27,188). Sum of RGB (Red+Green+Blue) = 121+27+188=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #791BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791BBC is #86E443. Grayscale: #484848. Windows color (decimal): -8840260 or 12327801. OLE color: 12327801.
HSL color Cylindrical-coordinate representation of color #791BBC: hue angle of 275.03º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #791BBC is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 27 | 188 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.26 |
| HSL | 275.03º | 0.75% | 0.42% | - |
| HSV(B) | 275.03º | 0.86% | 0.74% | - |
| XYZ | 17.35 | 8.48 | 48.3 | - |
| YUV | 73.46 | 192.64 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 27 | 188 | 0.36 | 0.86 | 0 | 0.26 | 275.03 | 0.75 | 0.42 |
| Hex | 79 | 1B | BC | 24 | 56 | 0 | 1A | 113 | 4B | 2A |
| Octal | 171 | 33 | 274 | 44 | 126 | 0 | 32 | 423 | 113 | 52 |
| Binary | 1111001 | 11011 | 10111100 | 100100 | 1010110 | 0 | 11010 | 100010011 | 1001011 | 101010 |
Color Harmonies of #791BBC
Complementary color
Monochromatic Colors of #791BBC
Black with #791BBC
Text Example
Text Example
White with #791BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791BBC; }
p { color: rgb(121,27,188); }
H1.HeaderClassName
{
color: #791BBC;
}
.AnyTagClassName
{
color: #791BBC;
}
</style>
background-color css
<style>
a { background-color: #791BBC; }
a { background-color: rgb(121,27,188); }
div.DivClassName
{
background-color: #791BBC;
}
.BgClassName
{
background-color: #791BBC;
}
</style>
border-color css
<style>
span { border-color: #791BBC; }
span { border-color: rgb(121,27,188); }
td.TdClassName
{
border-color: #791BBC;
}
.TagClassName
{
border-color: #791BBC;
}
</style>