Shades of Purple Heart #791BBF
Tints of Purple Heart #791BBF
RGB
CMYK
RGB Variations
Color information
#791BBF (or 0x791BBF) is known color: Purple Heart. HEX triplet: 79, 1B and BF. RGB value is (121,27,191). Sum of RGB (Red+Green+Blue) = 121+27+191=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #791BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791BBF is #86E440. Grayscale: #494949. Windows color (decimal): -8840257 or 12524409. OLE color: 12524409.
HSL color Cylindrical-coordinate representation of color #791BBF: hue angle of 274.39º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #791BBF is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 27 | 191 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.25 |
| HSL | 274.39º | 0.75% | 0.43% | - |
| HSV(B) | 274.39º | 0.86% | 0.75% | - |
| XYZ | 17.68 | 8.61 | 50.02 | - |
| YUV | 73.8 | 194.14 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 27 | 191 | 0.37 | 0.86 | 0 | 0.25 | 274.39 | 0.75 | 0.43 |
| Hex | 79 | 1B | BF | 25 | 56 | 0 | 19 | 112 | 4B | 2B |
| Octal | 171 | 33 | 277 | 45 | 126 | 0 | 31 | 422 | 113 | 53 |
| Binary | 1111001 | 11011 | 10111111 | 100101 | 1010110 | 0 | 11001 | 100010010 | 1001011 | 101011 |
Color Harmonies of #791BBF
Complementary color
Monochromatic Colors of #791BBF
Black with #791BBF
Text Example
Text Example
White with #791BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791BBF; }
p { color: rgb(121,27,191); }
H1.HeaderClassName
{
color: #791BBF;
}
.AnyTagClassName
{
color: #791BBF;
}
</style>
background-color css
<style>
a { background-color: #791BBF; }
a { background-color: rgb(121,27,191); }
div.DivClassName
{
background-color: #791BBF;
}
.BgClassName
{
background-color: #791BBF;
}
</style>
border-color css
<style>
span { border-color: #791BBF; }
span { border-color: rgb(121,27,191); }
td.TdClassName
{
border-color: #791BBF;
}
.TagClassName
{
border-color: #791BBF;
}
</style>