Shades of Purple Heart #7B34CA
Tints of Purple Heart #7B34CA
RGB
CMYK
RGB Variations
Color information
#7B34CA (or 0x7B34CA) is known color: Purple Heart. HEX triplet: 7B, 34 and CA. RGB value is (123,52,202). Sum of RGB (Red+Green+Blue) = 123+52+202=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B34CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B34CA is #84CB35. Grayscale: #595959. Windows color (decimal): -8702774 or 13251707. OLE color: 13251707.
HSL color Cylindrical-coordinate representation of color #7B34CA: hue angle of 268.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B34CA is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 52 | 202 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.21 |
| HSL | 268.4º | 0.59% | 0.5% | - |
| HSV(B) | 268.4º | 0.74% | 0.79% | - |
| XYZ | 20.06 | 10.93 | 56.93 | - |
| YUV | 90.33 | 191.02 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 52 | 202 | 0.39 | 0.74 | 0 | 0.21 | 268.4 | 0.59 | 0.5 |
| Hex | 7B | 34 | CA | 27 | 4A | 0 | 15 | 10C | 3B | 32 |
| Octal | 173 | 64 | 312 | 47 | 112 | 0 | 25 | 414 | 73 | 62 |
| Binary | 1111011 | 110100 | 11001010 | 100111 | 1001010 | 0 | 10101 | 100001100 | 111011 | 110010 |
Color Harmonies of #7B34CA
Complementary color
Monochromatic Colors of #7B34CA
Black with #7B34CA
Text Example
Text Example
White with #7B34CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B34CA; }
p { color: rgb(123,52,202); }
H1.HeaderClassName
{
color: #7B34CA;
}
.AnyTagClassName
{
color: #7B34CA;
}
</style>
background-color css
<style>
a { background-color: #7B34CA; }
a { background-color: rgb(123,52,202); }
div.DivClassName
{
background-color: #7B34CA;
}
.BgClassName
{
background-color: #7B34CA;
}
</style>
border-color css
<style>
span { border-color: #7B34CA; }
span { border-color: rgb(123,52,202); }
td.TdClassName
{
border-color: #7B34CA;
}
.TagClassName
{
border-color: #7B34CA;
}
</style>