Shades of Purple Heart #7B34BD
Tints of Purple Heart #7B34BD
RGB
CMYK
RGB Variations
Color information
#7B34BD (or 0x7B34BD) is known color: Purple Heart. HEX triplet: 7B, 34 and BD. RGB value is (123,52,189). Sum of RGB (Red+Green+Blue) = 123+52+189=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B34BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B34BD is #84CB42. Grayscale: #585858. Windows color (decimal): -8702787 or 12399739. OLE color: 12399739.
HSL color Cylindrical-coordinate representation of color #7B34BD: hue angle of 271.09º 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 #7B34BD is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 52 | 189 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.26 |
| HSL | 271.09º | 0.57% | 0.47% | - |
| HSV(B) | 271.09º | 0.72% | 0.74% | - |
| XYZ | 18.58 | 10.34 | 49.16 | - |
| YUV | 88.85 | 184.52 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 52 | 189 | 0.35 | 0.72 | 0 | 0.26 | 271.09 | 0.57 | 0.47 |
| Hex | 7B | 34 | BD | 23 | 48 | 0 | 1A | 10F | 39 | 2F |
| Octal | 173 | 64 | 275 | 43 | 110 | 0 | 32 | 417 | 71 | 57 |
| Binary | 1111011 | 110100 | 10111101 | 100011 | 1001000 | 0 | 11010 | 100001111 | 111001 | 101111 |
Color Harmonies of #7B34BD
Complementary color
Monochromatic Colors of #7B34BD
Black with #7B34BD
Text Example
Text Example
White with #7B34BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B34BD; }
p { color: rgb(123,52,189); }
H1.HeaderClassName
{
color: #7B34BD;
}
.AnyTagClassName
{
color: #7B34BD;
}
</style>
background-color css
<style>
a { background-color: #7B34BD; }
a { background-color: rgb(123,52,189); }
div.DivClassName
{
background-color: #7B34BD;
}
.BgClassName
{
background-color: #7B34BD;
}
</style>
border-color css
<style>
span { border-color: #7B34BD; }
span { border-color: rgb(123,52,189); }
td.TdClassName
{
border-color: #7B34BD;
}
.TagClassName
{
border-color: #7B34BD;
}
</style>