Shades of Purple Heart #7445BD
Tints of Purple Heart #7445BD
RGB
CMYK
RGB Variations
Color information
#7445BD (or 0x7445BD) is known color: Purple Heart. HEX triplet: 74, 45 and BD. RGB value is (116,69,189). Sum of RGB (Red+Green+Blue) = 116+69+189=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #7445BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7445BD is #8BBA42. Grayscale: #606060. Windows color (decimal): -9157187 or 12404084. OLE color: 12404084.
HSL color Cylindrical-coordinate representation of color #7445BD: hue angle of 263.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7445BD is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 69 | 189 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.26 |
| HSL | 263.5º | 0.48% | 0.51% | - |
| HSV(B) | 263.5º | 0.63% | 0.74% | - |
| XYZ | 18.52 | 11.64 | 49.42 | - |
| YUV | 96.73 | 180.07 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 189 | 0.39 | 0.63 | 0 | 0.26 | 263.5 | 0.48 | 0.51 |
| Hex | 74 | 45 | BD | 27 | 3F | 0 | 1A | 108 | 30 | 33 |
| Octal | 164 | 105 | 275 | 47 | 77 | 0 | 32 | 410 | 60 | 63 |
| Binary | 1110100 | 1000101 | 10111101 | 100111 | 111111 | 0 | 11010 | 100001000 | 110000 | 110011 |
Color Harmonies of #7445BD
Complementary color
Monochromatic Colors of #7445BD
Black with #7445BD
Text Example
Text Example
White with #7445BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7445BD; }
p { color: rgb(116,69,189); }
H1.HeaderClassName
{
color: #7445BD;
}
.AnyTagClassName
{
color: #7445BD;
}
</style>
background-color css
<style>
a { background-color: #7445BD; }
a { background-color: rgb(116,69,189); }
div.DivClassName
{
background-color: #7445BD;
}
.BgClassName
{
background-color: #7445BD;
}
</style>
border-color css
<style>
span { border-color: #7445BD; }
span { border-color: rgb(116,69,189); }
td.TdClassName
{
border-color: #7445BD;
}
.TagClassName
{
border-color: #7445BD;
}
</style>