Shades of Purple Heart #7B30BB
Tints of Purple Heart #7B30BB
RGB
CMYK
RGB Variations
Color information
#7B30BB (or 0x7B30BB) is known color: Purple Heart. HEX triplet: 7B, 30 and BB. RGB value is (123,48,187). Sum of RGB (Red+Green+Blue) = 123+48+187=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B30BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B30BB is #84CF44. Grayscale: #555555. Windows color (decimal): -8703813 or 12267643. OLE color: 12267643.
HSL color Cylindrical-coordinate representation of color #7B30BB: hue angle of 272.37º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B30BB is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 48 | 187 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.27 |
| HSL | 272.37º | 0.59% | 0.46% | - |
| HSV(B) | 272.37º | 0.74% | 0.73% | - |
| XYZ | 18.19 | 9.91 | 47.97 | - |
| YUV | 86.27 | 184.85 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 48 | 187 | 0.34 | 0.74 | 0 | 0.27 | 272.37 | 0.59 | 0.46 |
| Hex | 7B | 30 | BB | 22 | 4A | 0 | 1B | 110 | 3B | 2E |
| Octal | 173 | 60 | 273 | 42 | 112 | 0 | 33 | 420 | 73 | 56 |
| Binary | 1111011 | 110000 | 10111011 | 100010 | 1001010 | 0 | 11011 | 100010000 | 111011 | 101110 |
Color Harmonies of #7B30BB
Complementary color
Monochromatic Colors of #7B30BB
Black with #7B30BB
Text Example
Text Example
White with #7B30BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B30BB; }
p { color: rgb(123,48,187); }
H1.HeaderClassName
{
color: #7B30BB;
}
.AnyTagClassName
{
color: #7B30BB;
}
</style>
background-color css
<style>
a { background-color: #7B30BB; }
a { background-color: rgb(123,48,187); }
div.DivClassName
{
background-color: #7B30BB;
}
.BgClassName
{
background-color: #7B30BB;
}
</style>
border-color css
<style>
span { border-color: #7B30BB; }
span { border-color: rgb(123,48,187); }
td.TdClassName
{
border-color: #7B30BB;
}
.TagClassName
{
border-color: #7B30BB;
}
</style>