Shades of Purple Heart #7912B3
Tints of Purple Heart #7912B3
RGB
CMYK
RGB Variations
Color information
#7912B3 (or 0x7912B3) is known color: Purple Heart. HEX triplet: 79, 12 and B3. RGB value is (121,18,179). Sum of RGB (Red+Green+Blue) = 121+18+179=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 179 (70.31% from 255 or 56.29% from 318); Max value from RGB is 179 - color contains mainly: blue. Hex color #7912B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7912B3 is #86ED4C. Grayscale: #424242. Windows color (decimal): -8842573 or 11735673. OLE color: 11735673.
HSL color Cylindrical-coordinate representation of color #7912B3: hue angle of 278.39º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7912B3 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 18 | 179 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.30 |
| HSL | 278.39º | 0.82% | 0.39% | - |
| HSV(B) | 278.39º | 0.9% | 0.7% | - |
| XYZ | 16.24 | 7.75 | 43.29 | - |
| YUV | 67.15 | 191.12 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 18 | 179 | 0.32 | 0.90 | 0 | 0.30 | 278.39 | 0.82 | 0.39 |
| Hex | 79 | 12 | B3 | 20 | 5A | 0 | 1E | 116 | 52 | 27 |
| Octal | 171 | 22 | 263 | 40 | 132 | 0 | 36 | 426 | 122 | 47 |
| Binary | 1111001 | 10010 | 10110011 | 100000 | 1011010 | 0 | 11110 | 100010110 | 1010010 | 100111 |
Color Harmonies of #7912B3
Complementary color
Monochromatic Colors of #7912B3
Black with #7912B3
Text Example
Text Example
White with #7912B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7912B3; }
p { color: rgb(121,18,179); }
H1.HeaderClassName
{
color: #7912B3;
}
.AnyTagClassName
{
color: #7912B3;
}
</style>
background-color css
<style>
a { background-color: #7912B3; }
a { background-color: rgb(121,18,179); }
div.DivClassName
{
background-color: #7912B3;
}
.BgClassName
{
background-color: #7912B3;
}
</style>
border-color css
<style>
span { border-color: #7912B3; }
span { border-color: rgb(121,18,179); }
td.TdClassName
{
border-color: #7912B3;
}
.TagClassName
{
border-color: #7912B3;
}
</style>