Shades of Purple Heart #7B21BE
Tints of Purple Heart #7B21BE
RGB
CMYK
RGB Variations
Color information
#7B21BE (or 0x7B21BE) is known color: Purple Heart. HEX triplet: 7B, 21 and BE. RGB value is (123,33,190). Sum of RGB (Red+Green+Blue) = 123+33+190=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B21BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B21BE is #84DE41. Grayscale: #4D4D4D. Windows color (decimal): -8707650 or 12460411. OLE color: 12460411.
HSL color Cylindrical-coordinate representation of color #7B21BE: hue angle of 274.39º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B21BE is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 33 | 190 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.25 |
| HSL | 274.39º | 0.7% | 0.44% | - |
| HSV(B) | 274.39º | 0.83% | 0.75% | - |
| XYZ | 18.01 | 9.02 | 49.51 | - |
| YUV | 77.81 | 191.32 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 190 | 0.35 | 0.83 | 0 | 0.25 | 274.39 | 0.7 | 0.44 |
| Hex | 7B | 21 | BE | 23 | 53 | 0 | 19 | 112 | 46 | 2C |
| Octal | 173 | 41 | 276 | 43 | 123 | 0 | 31 | 422 | 106 | 54 |
| Binary | 1111011 | 100001 | 10111110 | 100011 | 1010011 | 0 | 11001 | 100010010 | 1000110 | 101100 |
Color Harmonies of #7B21BE
Complementary color
Monochromatic Colors of #7B21BE
Black with #7B21BE
Text Example
Text Example
White with #7B21BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B21BE; }
p { color: rgb(123,33,190); }
H1.HeaderClassName
{
color: #7B21BE;
}
.AnyTagClassName
{
color: #7B21BE;
}
</style>
background-color css
<style>
a { background-color: #7B21BE; }
a { background-color: rgb(123,33,190); }
div.DivClassName
{
background-color: #7B21BE;
}
.BgClassName
{
background-color: #7B21BE;
}
</style>
border-color css
<style>
span { border-color: #7B21BE; }
span { border-color: rgb(123,33,190); }
td.TdClassName
{
border-color: #7B21BE;
}
.TagClassName
{
border-color: #7B21BE;
}
</style>