Shades of Purple Heart #7226D0
Tints of Purple Heart #7226D0
RGB
CMYK
RGB Variations
Color information
#7226D0 (or 0x7226D0) is known color: Purple Heart. HEX triplet: 72, 26 and D0. RGB value is (114,38,208). Sum of RGB (Red+Green+Blue) = 114+38+208=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 208 (81.64% from 255 or 57.78% from 360); Max value from RGB is 208 - color contains mainly: blue. Hex color #7226D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7226D0 is #8DD92F. Grayscale: #4F4F4F. Windows color (decimal): -9296176 or 13641330. OLE color: 13641330.
HSL color Cylindrical-coordinate representation of color #7226D0: hue angle of 266.82º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7226D0 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 38 | 208 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.18 |
| HSL | 266.82º | 0.69% | 0.48% | - |
| HSV(B) | 266.82º | 0.82% | 0.82% | - |
| XYZ | 19.02 | 9.52 | 60.51 | - |
| YUV | 80.1 | 200.18 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 38 | 208 | 0.45 | 0.82 | 0 | 0.18 | 266.82 | 0.69 | 0.48 |
| Hex | 72 | 26 | D0 | 2D | 52 | 0 | 12 | 10B | 45 | 30 |
| Octal | 162 | 46 | 320 | 55 | 122 | 0 | 22 | 413 | 105 | 60 |
| Binary | 1110010 | 100110 | 11010000 | 101101 | 1010010 | 0 | 10010 | 100001011 | 1000101 | 110000 |
Color Harmonies of #7226D0
Complementary color
Monochromatic Colors of #7226D0
Black with #7226D0
Text Example
Text Example
White with #7226D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7226D0; }
p { color: rgb(114,38,208); }
H1.HeaderClassName
{
color: #7226D0;
}
.AnyTagClassName
{
color: #7226D0;
}
</style>
background-color css
<style>
a { background-color: #7226D0; }
a { background-color: rgb(114,38,208); }
div.DivClassName
{
background-color: #7226D0;
}
.BgClassName
{
background-color: #7226D0;
}
</style>
border-color css
<style>
span { border-color: #7226D0; }
span { border-color: rgb(114,38,208); }
td.TdClassName
{
border-color: #7226D0;
}
.TagClassName
{
border-color: #7226D0;
}
</style>