Shades of Purple Heart #7226BC
Tints of Purple Heart #7226BC
RGB
CMYK
RGB Variations
Color information
#7226BC (or 0x7226BC) is known color: Purple Heart. HEX triplet: 72, 26 and BC. RGB value is (114,38,188). Sum of RGB (Red+Green+Blue) = 114+38+188=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #7226BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7226BC is #8DD943. Grayscale: #4D4D4D. Windows color (decimal): -9296196 or 12330610. OLE color: 12330610.
HSL color Cylindrical-coordinate representation of color #7226BC: hue angle of 270.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7226BC is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 38 | 188 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.26 |
| HSL | 270.4º | 0.66% | 0.44% | - |
| HSV(B) | 270.4º | 0.8% | 0.74% | - |
| XYZ | 16.71 | 8.59 | 48.36 | - |
| YUV | 77.82 | 190.18 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 38 | 188 | 0.39 | 0.80 | 0 | 0.26 | 270.4 | 0.66 | 0.44 |
| Hex | 72 | 26 | BC | 27 | 50 | 0 | 1A | 10E | 42 | 2C |
| Octal | 162 | 46 | 274 | 47 | 120 | 0 | 32 | 416 | 102 | 54 |
| Binary | 1110010 | 100110 | 10111100 | 100111 | 1010000 | 0 | 11010 | 100001110 | 1000010 | 101100 |
Color Harmonies of #7226BC
Complementary color
Monochromatic Colors of #7226BC
Black with #7226BC
Text Example
Text Example
White with #7226BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7226BC; }
p { color: rgb(114,38,188); }
H1.HeaderClassName
{
color: #7226BC;
}
.AnyTagClassName
{
color: #7226BC;
}
</style>
background-color css
<style>
a { background-color: #7226BC; }
a { background-color: rgb(114,38,188); }
div.DivClassName
{
background-color: #7226BC;
}
.BgClassName
{
background-color: #7226BC;
}
</style>
border-color css
<style>
span { border-color: #7226BC; }
span { border-color: rgb(114,38,188); }
td.TdClassName
{
border-color: #7226BC;
}
.TagClassName
{
border-color: #7226BC;
}
</style>