Shades of Purple Heart #7427BA
Tints of Purple Heart #7427BA
RGB
CMYK
RGB Variations
Color information
#7427BA (or 0x7427BA) is known color: Purple Heart. HEX triplet: 74, 27 and BA. RGB value is (116,39,186). Sum of RGB (Red+Green+Blue) = 116+39+186=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #7427BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7427BA is #8BD845. Grayscale: #4E4E4E. Windows color (decimal): -9164870 or 12199796. OLE color: 12199796.
HSL color Cylindrical-coordinate representation of color #7427BA: hue angle of 271.43º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7427BA is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 39 | 186 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.27 |
| HSL | 271.43º | 0.65% | 0.44% | - |
| HSV(B) | 271.43º | 0.79% | 0.73% | - |
| XYZ | 16.79 | 8.71 | 47.25 | - |
| YUV | 78.78 | 188.51 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 186 | 0.38 | 0.79 | 0 | 0.27 | 271.43 | 0.65 | 0.44 |
| Hex | 74 | 27 | BA | 26 | 4F | 0 | 1B | 10F | 41 | 2C |
| Octal | 164 | 47 | 272 | 46 | 117 | 0 | 33 | 417 | 101 | 54 |
| Binary | 1110100 | 100111 | 10111010 | 100110 | 1001111 | 0 | 11011 | 100001111 | 1000001 | 101100 |
Color Harmonies of #7427BA
Complementary color
Monochromatic Colors of #7427BA
Black with #7427BA
Text Example
Text Example
White with #7427BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7427BA; }
p { color: rgb(116,39,186); }
H1.HeaderClassName
{
color: #7427BA;
}
.AnyTagClassName
{
color: #7427BA;
}
</style>
background-color css
<style>
a { background-color: #7427BA; }
a { background-color: rgb(116,39,186); }
div.DivClassName
{
background-color: #7427BA;
}
.BgClassName
{
background-color: #7427BA;
}
</style>
border-color css
<style>
span { border-color: #7427BA; }
span { border-color: rgb(116,39,186); }
td.TdClassName
{
border-color: #7427BA;
}
.TagClassName
{
border-color: #7427BA;
}
</style>