Shades of Purple Heart #7226CE
Tints of Purple Heart #7226CE
RGB
CMYK
RGB Variations
Color information
#7226CE (or 0x7226CE) is known color: Purple Heart. HEX triplet: 72, 26 and CE. RGB value is (114,38,206). Sum of RGB (Red+Green+Blue) = 114+38+206=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #7226CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7226CE is #8DD931. Grayscale: #4F4F4F. Windows color (decimal): -9296178 or 13510258. OLE color: 13510258.
HSL color Cylindrical-coordinate representation of color #7226CE: hue angle of 267.14º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7226CE is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 38 | 206 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.19 |
| HSL | 267.14º | 0.69% | 0.48% | - |
| HSV(B) | 267.14º | 0.82% | 0.81% | - |
| XYZ | 18.77 | 9.42 | 59.22 | - |
| YUV | 79.88 | 199.18 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 38 | 206 | 0.45 | 0.82 | 0 | 0.19 | 267.14 | 0.69 | 0.48 |
| Hex | 72 | 26 | CE | 2D | 52 | 0 | 13 | 10B | 45 | 30 |
| Octal | 162 | 46 | 316 | 55 | 122 | 0 | 23 | 413 | 105 | 60 |
| Binary | 1110010 | 100110 | 11001110 | 101101 | 1010010 | 0 | 10011 | 100001011 | 1000101 | 110000 |
Color Harmonies of #7226CE
Complementary color
Monochromatic Colors of #7226CE
Black with #7226CE
Text Example
Text Example
White with #7226CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7226CE; }
p { color: rgb(114,38,206); }
H1.HeaderClassName
{
color: #7226CE;
}
.AnyTagClassName
{
color: #7226CE;
}
</style>
background-color css
<style>
a { background-color: #7226CE; }
a { background-color: rgb(114,38,206); }
div.DivClassName
{
background-color: #7226CE;
}
.BgClassName
{
background-color: #7226CE;
}
</style>
border-color css
<style>
span { border-color: #7226CE; }
span { border-color: rgb(114,38,206); }
td.TdClassName
{
border-color: #7226CE;
}
.TagClassName
{
border-color: #7226CE;
}
</style>