Shades of Purple Heart #7223BC
Tints of Purple Heart #7223BC
RGB
CMYK
RGB Variations
Color information
#7223BC (or 0x7223BC) is known color: Purple Heart. HEX triplet: 72, 23 and BC. RGB value is (114,35,188). Sum of RGB (Red+Green+Blue) = 114+35+188=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #7223BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7223BC is #8DDC43. Grayscale: #4B4B4B. Windows color (decimal): -9296964 or 12329842. OLE color: 12329842.
HSL color Cylindrical-coordinate representation of color #7223BC: hue angle of 270.98º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7223BC is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 35 | 188 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.26 |
| HSL | 270.98º | 0.69% | 0.44% | - |
| HSV(B) | 270.98º | 0.81% | 0.74% | - |
| XYZ | 16.62 | 8.41 | 48.32 | - |
| YUV | 76.06 | 191.17 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 35 | 188 | 0.39 | 0.81 | 0 | 0.26 | 270.98 | 0.69 | 0.44 |
| Hex | 72 | 23 | BC | 27 | 51 | 0 | 1A | 10F | 45 | 2C |
| Octal | 162 | 43 | 274 | 47 | 121 | 0 | 32 | 417 | 105 | 54 |
| Binary | 1110010 | 100011 | 10111100 | 100111 | 1010001 | 0 | 11010 | 100001111 | 1000101 | 101100 |
Color Harmonies of #7223BC
Complementary color
Monochromatic Colors of #7223BC
Black with #7223BC
Text Example
Text Example
White with #7223BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7223BC; }
p { color: rgb(114,35,188); }
H1.HeaderClassName
{
color: #7223BC;
}
.AnyTagClassName
{
color: #7223BC;
}
</style>
background-color css
<style>
a { background-color: #7223BC; }
a { background-color: rgb(114,35,188); }
div.DivClassName
{
background-color: #7223BC;
}
.BgClassName
{
background-color: #7223BC;
}
</style>
border-color css
<style>
span { border-color: #7223BC; }
span { border-color: rgb(114,35,188); }
td.TdClassName
{
border-color: #7223BC;
}
.TagClassName
{
border-color: #7223BC;
}
</style>