Shades of Purple Heart #7B34C8
Tints of Purple Heart #7B34C8
RGB
CMYK
RGB Variations
Color information
#7B34C8 (or 0x7B34C8) is known color: Purple Heart. HEX triplet: 7B, 34 and C8. RGB value is (123,52,200). Sum of RGB (Red+Green+Blue) = 123+52+200=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #7B34C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B34C8 is #84CB37. Grayscale: #595959. Windows color (decimal): -8702776 or 13120635. OLE color: 13120635.
HSL color Cylindrical-coordinate representation of color #7B34C8: hue angle of 268.78º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B34C8 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 52 | 200 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.22 |
| HSL | 268.78º | 0.59% | 0.49% | - |
| HSV(B) | 268.78º | 0.74% | 0.78% | - |
| XYZ | 19.82 | 10.84 | 55.69 | - |
| YUV | 90.1 | 190.02 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 52 | 200 | 0.38 | 0.74 | 0 | 0.22 | 268.78 | 0.59 | 0.49 |
| Hex | 7B | 34 | C8 | 26 | 4A | 0 | 16 | 10D | 3B | 31 |
| Octal | 173 | 64 | 310 | 46 | 112 | 0 | 26 | 415 | 73 | 61 |
| Binary | 1111011 | 110100 | 11001000 | 100110 | 1001010 | 0 | 10110 | 100001101 | 111011 | 110001 |
Color Harmonies of #7B34C8
Complementary color
Monochromatic Colors of #7B34C8
Black with #7B34C8
Text Example
Text Example
White with #7B34C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B34C8; }
p { color: rgb(123,52,200); }
H1.HeaderClassName
{
color: #7B34C8;
}
.AnyTagClassName
{
color: #7B34C8;
}
</style>
background-color css
<style>
a { background-color: #7B34C8; }
a { background-color: rgb(123,52,200); }
div.DivClassName
{
background-color: #7B34C8;
}
.BgClassName
{
background-color: #7B34C8;
}
</style>
border-color css
<style>
span { border-color: #7B34C8; }
span { border-color: rgb(123,52,200); }
td.TdClassName
{
border-color: #7B34C8;
}
.TagClassName
{
border-color: #7B34C8;
}
</style>