Shades of Purple Heart #7B22BC
Tints of Purple Heart #7B22BC
RGB
CMYK
RGB Variations
Color information
#7B22BC (or 0x7B22BC) is known color: Purple Heart. HEX triplet: 7B, 22 and BC. RGB value is (123,34,188). Sum of RGB (Red+Green+Blue) = 123+34+188=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B22BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B22BC is #84DD43. Grayscale: #4D4D4D. Windows color (decimal): -8707396 or 12329595. OLE color: 12329595.
HSL color Cylindrical-coordinate representation of color #7B22BC: hue angle of 274.68º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B22BC is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 34 | 188 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.26 |
| HSL | 274.68º | 0.69% | 0.44% | - |
| HSV(B) | 274.68º | 0.82% | 0.74% | - |
| XYZ | 17.82 | 8.99 | 48.37 | - |
| YUV | 78.17 | 189.99 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 34 | 188 | 0.35 | 0.82 | 0 | 0.26 | 274.68 | 0.69 | 0.44 |
| Hex | 7B | 22 | BC | 23 | 52 | 0 | 1A | 113 | 45 | 2C |
| Octal | 173 | 42 | 274 | 43 | 122 | 0 | 32 | 423 | 105 | 54 |
| Binary | 1111011 | 100010 | 10111100 | 100011 | 1010010 | 0 | 11010 | 100010011 | 1000101 | 101100 |
Color Harmonies of #7B22BC
Complementary color
Monochromatic Colors of #7B22BC
Black with #7B22BC
Text Example
Text Example
White with #7B22BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B22BC; }
p { color: rgb(123,34,188); }
H1.HeaderClassName
{
color: #7B22BC;
}
.AnyTagClassName
{
color: #7B22BC;
}
</style>
background-color css
<style>
a { background-color: #7B22BC; }
a { background-color: rgb(123,34,188); }
div.DivClassName
{
background-color: #7B22BC;
}
.BgClassName
{
background-color: #7B22BC;
}
</style>
border-color css
<style>
span { border-color: #7B22BC; }
span { border-color: rgb(123,34,188); }
td.TdClassName
{
border-color: #7B22BC;
}
.TagClassName
{
border-color: #7B22BC;
}
</style>