Shades of Purple Heart #7227BC
Tints of Purple Heart #7227BC
RGB
CMYK
RGB Variations
Color information
#7227BC (or 0x7227BC) is known color: Purple Heart. HEX triplet: 72, 27 and BC. RGB value is (114,39,188). Sum of RGB (Red+Green+Blue) = 114+39+188=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #7227BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7227BC is #8DD843. Grayscale: #4D4D4D. Windows color (decimal): -9295940 or 12330866. OLE color: 12330866.
HSL color Cylindrical-coordinate representation of color #7227BC: hue angle of 270.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7227BC is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 39 | 188 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.26 |
| HSL | 270.2º | 0.66% | 0.45% | - |
| HSV(B) | 270.2º | 0.79% | 0.74% | - |
| XYZ | 16.74 | 8.66 | 48.37 | - |
| YUV | 78.41 | 189.85 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 188 | 0.39 | 0.79 | 0 | 0.26 | 270.2 | 0.66 | 0.45 |
| Hex | 72 | 27 | BC | 27 | 4F | 0 | 1A | 10E | 42 | 2D |
| Octal | 162 | 47 | 274 | 47 | 117 | 0 | 32 | 416 | 102 | 55 |
| Binary | 1110010 | 100111 | 10111100 | 100111 | 1001111 | 0 | 11010 | 100001110 | 1000010 | 101101 |
Color Harmonies of #7227BC
Complementary color
Monochromatic Colors of #7227BC
Black with #7227BC
Text Example
Text Example
White with #7227BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7227BC; }
p { color: rgb(114,39,188); }
H1.HeaderClassName
{
color: #7227BC;
}
.AnyTagClassName
{
color: #7227BC;
}
</style>
background-color css
<style>
a { background-color: #7227BC; }
a { background-color: rgb(114,39,188); }
div.DivClassName
{
background-color: #7227BC;
}
.BgClassName
{
background-color: #7227BC;
}
</style>
border-color css
<style>
span { border-color: #7227BC; }
span { border-color: rgb(114,39,188); }
td.TdClassName
{
border-color: #7227BC;
}
.TagClassName
{
border-color: #7227BC;
}
</style>