Shades of Purple Heart #7425BD
Tints of Purple Heart #7425BD
RGB
CMYK
RGB Variations
Color information
#7425BD (or 0x7425BD) is known color: Purple Heart. HEX triplet: 74, 25 and BD. RGB value is (116,37,189). Sum of RGB (Red+Green+Blue) = 116+37+189=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #7425BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7425BD is #8BDA42. Grayscale: #4D4D4D. Windows color (decimal): -9165379 or 12395892. OLE color: 12395892.
HSL color Cylindrical-coordinate representation of color #7425BD: hue angle of 271.18º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7425BD is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 37 | 189 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.26 |
| HSL | 271.18º | 0.67% | 0.44% | - |
| HSV(B) | 271.18º | 0.8% | 0.74% | - |
| XYZ | 17.05 | 8.71 | 48.93 | - |
| YUV | 77.95 | 190.67 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 37 | 189 | 0.39 | 0.80 | 0 | 0.26 | 271.18 | 0.67 | 0.44 |
| Hex | 74 | 25 | BD | 27 | 50 | 0 | 1A | 10F | 43 | 2C |
| Octal | 164 | 45 | 275 | 47 | 120 | 0 | 32 | 417 | 103 | 54 |
| Binary | 1110100 | 100101 | 10111101 | 100111 | 1010000 | 0 | 11010 | 100001111 | 1000011 | 101100 |
Color Harmonies of #7425BD
Complementary color
Monochromatic Colors of #7425BD
Black with #7425BD
Text Example
Text Example
White with #7425BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7425BD; }
p { color: rgb(116,37,189); }
H1.HeaderClassName
{
color: #7425BD;
}
.AnyTagClassName
{
color: #7425BD;
}
</style>
background-color css
<style>
a { background-color: #7425BD; }
a { background-color: rgb(116,37,189); }
div.DivClassName
{
background-color: #7425BD;
}
.BgClassName
{
background-color: #7425BD;
}
</style>
border-color css
<style>
span { border-color: #7425BD; }
span { border-color: rgb(116,37,189); }
td.TdClassName
{
border-color: #7425BD;
}
.TagClassName
{
border-color: #7425BD;
}
</style>