Shades of Purple Heart #7B34BC
Tints of Purple Heart #7B34BC
RGB
CMYK
RGB Variations
Color information
#7B34BC (or 0x7B34BC) is known color: Purple Heart. HEX triplet: 7B, 34 and BC. RGB value is (123,52,188). Sum of RGB (Red+Green+Blue) = 123+52+188=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B34BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B34BC is #84CB43. Grayscale: #585858. Windows color (decimal): -8702788 or 12334203. OLE color: 12334203.
HSL color Cylindrical-coordinate representation of color #7B34BC: hue angle of 271.32º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B34BC is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 52 | 188 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.26 |
| HSL | 271.32º | 0.57% | 0.47% | - |
| HSV(B) | 271.32º | 0.72% | 0.74% | - |
| XYZ | 18.47 | 10.3 | 48.59 | - |
| YUV | 88.73 | 184.02 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 52 | 188 | 0.35 | 0.72 | 0 | 0.26 | 271.32 | 0.57 | 0.47 |
| Hex | 7B | 34 | BC | 23 | 48 | 0 | 1A | 10F | 39 | 2F |
| Octal | 173 | 64 | 274 | 43 | 110 | 0 | 32 | 417 | 71 | 57 |
| Binary | 1111011 | 110100 | 10111100 | 100011 | 1001000 | 0 | 11010 | 100001111 | 111001 | 101111 |
Color Harmonies of #7B34BC
Complementary color
Monochromatic Colors of #7B34BC
Black with #7B34BC
Text Example
Text Example
White with #7B34BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B34BC; }
p { color: rgb(123,52,188); }
H1.HeaderClassName
{
color: #7B34BC;
}
.AnyTagClassName
{
color: #7B34BC;
}
</style>
background-color css
<style>
a { background-color: #7B34BC; }
a { background-color: rgb(123,52,188); }
div.DivClassName
{
background-color: #7B34BC;
}
.BgClassName
{
background-color: #7B34BC;
}
</style>
border-color css
<style>
span { border-color: #7B34BC; }
span { border-color: rgb(123,52,188); }
td.TdClassName
{
border-color: #7B34BC;
}
.TagClassName
{
border-color: #7B34BC;
}
</style>