Shades of Purple Heart #7B12AF
Tints of Purple Heart #7B12AF
RGB
CMYK
RGB Variations
Color information
#7B12AF (or 0x7B12AF) is known color: Purple Heart. HEX triplet: 7B, 12 and AF. RGB value is (123,18,175). Sum of RGB (Red+Green+Blue) = 123+18+175=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B12AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B12AF is #84ED50. Grayscale: #424242. Windows color (decimal): -8711505 or 11473531. OLE color: 11473531.
HSL color Cylindrical-coordinate representation of color #7B12AF: hue angle of 280.13º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B12AF is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 18 | 175 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.31 |
| HSL | 280.13º | 0.81% | 0.38% | - |
| HSV(B) | 280.13º | 0.9% | 0.69% | - |
| XYZ | 16.12 | 7.74 | 41.2 | - |
| YUV | 67.29 | 188.79 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 175 | 0.30 | 0.90 | 0 | 0.31 | 280.13 | 0.81 | 0.38 |
| Hex | 7B | 12 | AF | 1E | 5A | 0 | 1F | 118 | 51 | 26 |
| Octal | 173 | 22 | 257 | 36 | 132 | 0 | 37 | 430 | 121 | 46 |
| Binary | 1111011 | 10010 | 10101111 | 11110 | 1011010 | 0 | 11111 | 100011000 | 1010001 | 100110 |
Color Harmonies of #7B12AF
Complementary color
Monochromatic Colors of #7B12AF
Black with #7B12AF
Text Example
Text Example
White with #7B12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B12AF; }
p { color: rgb(123,18,175); }
H1.HeaderClassName
{
color: #7B12AF;
}
.AnyTagClassName
{
color: #7B12AF;
}
</style>
background-color css
<style>
a { background-color: #7B12AF; }
a { background-color: rgb(123,18,175); }
div.DivClassName
{
background-color: #7B12AF;
}
.BgClassName
{
background-color: #7B12AF;
}
</style>
border-color css
<style>
span { border-color: #7B12AF; }
span { border-color: rgb(123,18,175); }
td.TdClassName
{
border-color: #7B12AF;
}
.TagClassName
{
border-color: #7B12AF;
}
</style>