Shades of Purple Heart #7229CF
Tints of Purple Heart #7229CF
RGB
CMYK
RGB Variations
Color information
#7229CF (or 0x7229CF) is known color: Purple Heart. HEX triplet: 72, 29 and CF. RGB value is (114,41,207). Sum of RGB (Red+Green+Blue) = 114+41+207=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #7229CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7229CF is #8DD630. Grayscale: #515151. Windows color (decimal): -9295409 or 13576562. OLE color: 13576562.
HSL color Cylindrical-coordinate representation of color #7229CF: hue angle of 266.39º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7229CF is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 41 | 207 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.19 |
| HSL | 266.39º | 0.67% | 0.49% | - |
| HSV(B) | 266.39º | 0.8% | 0.81% | - |
| XYZ | 18.99 | 9.67 | 59.9 | - |
| YUV | 81.75 | 198.68 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 207 | 0.45 | 0.80 | 0 | 0.19 | 266.39 | 0.67 | 0.49 |
| Hex | 72 | 29 | CF | 2D | 50 | 0 | 13 | 10A | 43 | 31 |
| Octal | 162 | 51 | 317 | 55 | 120 | 0 | 23 | 412 | 103 | 61 |
| Binary | 1110010 | 101001 | 11001111 | 101101 | 1010000 | 0 | 10011 | 100001010 | 1000011 | 110001 |
Color Harmonies of #7229CF
Complementary color
Monochromatic Colors of #7229CF
Black with #7229CF
Text Example
Text Example
White with #7229CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7229CF; }
p { color: rgb(114,41,207); }
H1.HeaderClassName
{
color: #7229CF;
}
.AnyTagClassName
{
color: #7229CF;
}
</style>
background-color css
<style>
a { background-color: #7229CF; }
a { background-color: rgb(114,41,207); }
div.DivClassName
{
background-color: #7229CF;
}
.BgClassName
{
background-color: #7229CF;
}
</style>
border-color css
<style>
span { border-color: #7229CF; }
span { border-color: rgb(114,41,207); }
td.TdClassName
{
border-color: #7229CF;
}
.TagClassName
{
border-color: #7229CF;
}
</style>