Shades of Purple Heart #7B28B6
Tints of Purple Heart #7B28B6
RGB
CMYK
RGB Variations
Color information
#7B28B6 (or 0x7B28B6) is known color: Purple Heart. HEX triplet: 7B, 28 and B6. RGB value is (123,40,182). Sum of RGB (Red+Green+Blue) = 123+40+182=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B28B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B28B6 is #84D749. Grayscale: #505050. Windows color (decimal): -8705866 or 11937915. OLE color: 11937915.
HSL color Cylindrical-coordinate representation of color #7B28B6: hue angle of 275.07º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B28B6 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 40 | 182 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.29 |
| HSL | 275.07º | 0.64% | 0.44% | - |
| HSV(B) | 275.07º | 0.78% | 0.71% | - |
| XYZ | 17.37 | 9.11 | 45.1 | - |
| YUV | 81.01 | 185 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 40 | 182 | 0.32 | 0.78 | 0 | 0.29 | 275.07 | 0.64 | 0.44 |
| Hex | 7B | 28 | B6 | 20 | 4E | 0 | 1D | 113 | 40 | 2C |
| Octal | 173 | 50 | 266 | 40 | 116 | 0 | 35 | 423 | 100 | 54 |
| Binary | 1111011 | 101000 | 10110110 | 100000 | 1001110 | 0 | 11101 | 100010011 | 1000000 | 101100 |
Color Harmonies of #7B28B6
Complementary color
Monochromatic Colors of #7B28B6
Black with #7B28B6
Text Example
Text Example
White with #7B28B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B28B6; }
p { color: rgb(123,40,182); }
H1.HeaderClassName
{
color: #7B28B6;
}
.AnyTagClassName
{
color: #7B28B6;
}
</style>
background-color css
<style>
a { background-color: #7B28B6; }
a { background-color: rgb(123,40,182); }
div.DivClassName
{
background-color: #7B28B6;
}
.BgClassName
{
background-color: #7B28B6;
}
</style>
border-color css
<style>
span { border-color: #7B28B6; }
span { border-color: rgb(123,40,182); }
td.TdClassName
{
border-color: #7B28B6;
}
.TagClassName
{
border-color: #7B28B6;
}
</style>