Shades of Purple Heart #7933BC
Tints of Purple Heart #7933BC
RGB
CMYK
RGB Variations
Color information
#7933BC (or 0x7933BC) is known color: Purple Heart. HEX triplet: 79, 33 and BC. RGB value is (121,51,188). Sum of RGB (Red+Green+Blue) = 121+51+188=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #7933BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7933BC is #86CC43. Grayscale: #575757. Windows color (decimal): -8834116 or 12333945. OLE color: 12333945.
HSL color Cylindrical-coordinate representation of color #7933BC: hue angle of 270.66º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7933BC is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 51 | 188 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.26 |
| HSL | 270.66º | 0.57% | 0.47% | - |
| HSV(B) | 270.66º | 0.73% | 0.74% | - |
| XYZ | 18.15 | 10.06 | 48.56 | - |
| YUV | 87.55 | 184.69 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 51 | 188 | 0.36 | 0.73 | 0 | 0.26 | 270.66 | 0.57 | 0.47 |
| Hex | 79 | 33 | BC | 24 | 49 | 0 | 1A | 10F | 39 | 2F |
| Octal | 171 | 63 | 274 | 44 | 111 | 0 | 32 | 417 | 71 | 57 |
| Binary | 1111001 | 110011 | 10111100 | 100100 | 1001001 | 0 | 11010 | 100001111 | 111001 | 101111 |
Color Harmonies of #7933BC
Complementary color
Monochromatic Colors of #7933BC
Black with #7933BC
Text Example
Text Example
White with #7933BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7933BC; }
p { color: rgb(121,51,188); }
H1.HeaderClassName
{
color: #7933BC;
}
.AnyTagClassName
{
color: #7933BC;
}
</style>
background-color css
<style>
a { background-color: #7933BC; }
a { background-color: rgb(121,51,188); }
div.DivClassName
{
background-color: #7933BC;
}
.BgClassName
{
background-color: #7933BC;
}
</style>
border-color css
<style>
span { border-color: #7933BC; }
span { border-color: rgb(121,51,188); }
td.TdClassName
{
border-color: #7933BC;
}
.TagClassName
{
border-color: #7933BC;
}
</style>