Shades of Purple Heart #7B20B6
Tints of Purple Heart #7B20B6
RGB
CMYK
RGB Variations
Color information
#7B20B6 (or 0x7B20B6) is known color: Purple Heart. HEX triplet: 7B, 20 and B6. RGB value is (123,32,182). Sum of RGB (Red+Green+Blue) = 123+32+182=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 182 (71.48% from 255 or 54.01% from 337); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B20B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B20B6 is #84DF49. Grayscale: #4B4B4B. Windows color (decimal): -8707914 or 11935867. OLE color: 11935867.
HSL color Cylindrical-coordinate representation of color #7B20B6: hue angle of 276.4º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B20B6 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 32 | 182 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.29 |
| HSL | 276.4º | 0.7% | 0.42% | - |
| HSV(B) | 276.4º | 0.82% | 0.71% | - |
| XYZ | 17.13 | 8.62 | 45.02 | - |
| YUV | 76.31 | 187.65 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 182 | 0.32 | 0.82 | 0 | 0.29 | 276.4 | 0.7 | 0.42 |
| Hex | 7B | 20 | B6 | 20 | 52 | 0 | 1D | 114 | 46 | 2A |
| Octal | 173 | 40 | 266 | 40 | 122 | 0 | 35 | 424 | 106 | 52 |
| Binary | 1111011 | 100000 | 10110110 | 100000 | 1010010 | 0 | 11101 | 100010100 | 1000110 | 101010 |
Color Harmonies of #7B20B6
Complementary color
Monochromatic Colors of #7B20B6
Black with #7B20B6
Text Example
Text Example
White with #7B20B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B20B6; }
p { color: rgb(123,32,182); }
H1.HeaderClassName
{
color: #7B20B6;
}
.AnyTagClassName
{
color: #7B20B6;
}
</style>
background-color css
<style>
a { background-color: #7B20B6; }
a { background-color: rgb(123,32,182); }
div.DivClassName
{
background-color: #7B20B6;
}
.BgClassName
{
background-color: #7B20B6;
}
</style>
border-color css
<style>
span { border-color: #7B20B6; }
span { border-color: rgb(123,32,182); }
td.TdClassName
{
border-color: #7B20B6;
}
.TagClassName
{
border-color: #7B20B6;
}
</style>