Shades of Purple Heart #7427BB
Tints of Purple Heart #7427BB
RGB
CMYK
RGB Variations
Color information
#7427BB (or 0x7427BB) is known color: Purple Heart. HEX triplet: 74, 27 and BB. RGB value is (116,39,187). Sum of RGB (Red+Green+Blue) = 116+39+187=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #7427BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7427BB is #8BD844. Grayscale: #4E4E4E. Windows color (decimal): -9164869 or 12265332. OLE color: 12265332.
HSL color Cylindrical-coordinate representation of color #7427BB: hue angle of 271.22º 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 #7427BB is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 39 | 187 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.27 |
| HSL | 271.22º | 0.65% | 0.44% | - |
| HSV(B) | 271.22º | 0.79% | 0.73% | - |
| XYZ | 16.9 | 8.75 | 47.81 | - |
| YUV | 78.9 | 189.01 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 187 | 0.38 | 0.79 | 0 | 0.27 | 271.22 | 0.65 | 0.44 |
| Hex | 74 | 27 | BB | 26 | 4F | 0 | 1B | 10F | 41 | 2C |
| Octal | 164 | 47 | 273 | 46 | 117 | 0 | 33 | 417 | 101 | 54 |
| Binary | 1110100 | 100111 | 10111011 | 100110 | 1001111 | 0 | 11011 | 100001111 | 1000001 | 101100 |
Color Harmonies of #7427BB
Complementary color
Monochromatic Colors of #7427BB
Black with #7427BB
Text Example
Text Example
White with #7427BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7427BB; }
p { color: rgb(116,39,187); }
H1.HeaderClassName
{
color: #7427BB;
}
.AnyTagClassName
{
color: #7427BB;
}
</style>
background-color css
<style>
a { background-color: #7427BB; }
a { background-color: rgb(116,39,187); }
div.DivClassName
{
background-color: #7427BB;
}
.BgClassName
{
background-color: #7427BB;
}
</style>
border-color css
<style>
span { border-color: #7427BB; }
span { border-color: rgb(116,39,187); }
td.TdClassName
{
border-color: #7427BB;
}
.TagClassName
{
border-color: #7427BB;
}
</style>