Shades of Purple Heart #7245BC
Tints of Purple Heart #7245BC
RGB
CMYK
RGB Variations
Color information
#7245BC (or 0x7245BC) is known color: Purple Heart. HEX triplet: 72, 45 and BC. RGB value is (114,69,188). Sum of RGB (Red+Green+Blue) = 114+69+188=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #7245BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7245BC is #8DBA43. Grayscale: #5F5F5F. Windows color (decimal): -9288260 or 12338546. OLE color: 12338546.
HSL color Cylindrical-coordinate representation of color #7245BC: hue angle of 262.69º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7245BC is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 69 | 188 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.26 |
| HSL | 262.69º | 0.47% | 0.5% | - |
| HSV(B) | 262.69º | 0.63% | 0.74% | - |
| XYZ | 18.14 | 11.46 | 48.83 | - |
| YUV | 96.02 | 179.91 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 69 | 188 | 0.39 | 0.63 | 0 | 0.26 | 262.69 | 0.47 | 0.5 |
| Hex | 72 | 45 | BC | 27 | 3F | 0 | 1A | 107 | 2F | 32 |
| Octal | 162 | 105 | 274 | 47 | 77 | 0 | 32 | 407 | 57 | 62 |
| Binary | 1110010 | 1000101 | 10111100 | 100111 | 111111 | 0 | 11010 | 100000111 | 101111 | 110010 |
Color Harmonies of #7245BC
Complementary color
Monochromatic Colors of #7245BC
Black with #7245BC
Text Example
Text Example
White with #7245BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7245BC; }
p { color: rgb(114,69,188); }
H1.HeaderClassName
{
color: #7245BC;
}
.AnyTagClassName
{
color: #7245BC;
}
</style>
background-color css
<style>
a { background-color: #7245BC; }
a { background-color: rgb(114,69,188); }
div.DivClassName
{
background-color: #7245BC;
}
.BgClassName
{
background-color: #7245BC;
}
</style>
border-color css
<style>
span { border-color: #7245BC; }
span { border-color: rgb(114,69,188); }
td.TdClassName
{
border-color: #7245BC;
}
.TagClassName
{
border-color: #7245BC;
}
</style>