Shades of Purple Heart #7A26B1
Tints of Purple Heart #7A26B1
RGB
CMYK
RGB Variations
Color information
#7A26B1 (or 0x7A26B1) is known color: Purple Heart. HEX triplet: 7A, 26 and B1. RGB value is (122,38,177). Sum of RGB (Red+Green+Blue) = 122+38+177=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 177 (69.53% from 255 or 52.52% from 337); Max value from RGB is 177 - color contains mainly: blue. Hex color #7A26B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A26B1 is #85D94E. Grayscale: #4E4E4E. Windows color (decimal): -8771919 or 11609722. OLE color: 11609722.
HSL color Cylindrical-coordinate representation of color #7A26B1: hue angle of 276.26º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A26B1 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 38 | 177 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.31 |
| HSL | 276.26º | 0.65% | 0.42% | - |
| HSV(B) | 276.26º | 0.79% | 0.69% | - |
| XYZ | 16.65 | 8.7 | 42.4 | - |
| YUV | 78.96 | 183.33 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 177 | 0.31 | 0.79 | 0 | 0.31 | 276.26 | 0.65 | 0.42 |
| Hex | 7A | 26 | B1 | 1F | 4F | 0 | 1F | 114 | 41 | 2A |
| Octal | 172 | 46 | 261 | 37 | 117 | 0 | 37 | 424 | 101 | 52 |
| Binary | 1111010 | 100110 | 10110001 | 11111 | 1001111 | 0 | 11111 | 100010100 | 1000001 | 101010 |
Color Harmonies of #7A26B1
Complementary color
Monochromatic Colors of #7A26B1
Black with #7A26B1
Text Example
Text Example
White with #7A26B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A26B1; }
p { color: rgb(122,38,177); }
H1.HeaderClassName
{
color: #7A26B1;
}
.AnyTagClassName
{
color: #7A26B1;
}
</style>
background-color css
<style>
a { background-color: #7A26B1; }
a { background-color: rgb(122,38,177); }
div.DivClassName
{
background-color: #7A26B1;
}
.BgClassName
{
background-color: #7A26B1;
}
</style>
border-color css
<style>
span { border-color: #7A26B1; }
span { border-color: rgb(122,38,177); }
td.TdClassName
{
border-color: #7A26B1;
}
.TagClassName
{
border-color: #7A26B1;
}
</style>