Shades of Purple Heart #741BC6
Tints of Purple Heart #741BC6
RGB
CMYK
RGB Variations
Color information
#741BC6 (or 0x741BC6) is known color: Purple Heart. HEX triplet: 74, 1B and C6. RGB value is (116,27,198). Sum of RGB (Red+Green+Blue) = 116+27+198=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 198 (77.73% from 255 or 58.06% from 341); Max value from RGB is 198 - color contains mainly: blue. Hex color #741BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741BC6 is #8BE439. Grayscale: #484848. Windows color (decimal): -9167930 or 12983156. OLE color: 12983156.
HSL color Cylindrical-coordinate representation of color #741BC6: hue angle of 271.23º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741BC6 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 27 | 198 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.22 |
| HSL | 271.23º | 0.76% | 0.44% | - |
| HSV(B) | 271.23º | 0.86% | 0.78% | - |
| XYZ | 17.79 | 8.57 | 54.14 | - |
| YUV | 73.11 | 198.49 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 198 | 0.41 | 0.86 | 0 | 0.22 | 271.23 | 0.76 | 0.44 |
| Hex | 74 | 1B | C6 | 29 | 56 | 0 | 16 | 10F | 4C | 2C |
| Octal | 164 | 33 | 306 | 51 | 126 | 0 | 26 | 417 | 114 | 54 |
| Binary | 1110100 | 11011 | 11000110 | 101001 | 1010110 | 0 | 10110 | 100001111 | 1001100 | 101100 |
Color Harmonies of #741BC6
Complementary color
Monochromatic Colors of #741BC6
Black with #741BC6
Text Example
Text Example
White with #741BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741BC6; }
p { color: rgb(116,27,198); }
H1.HeaderClassName
{
color: #741BC6;
}
.AnyTagClassName
{
color: #741BC6;
}
</style>
background-color css
<style>
a { background-color: #741BC6; }
a { background-color: rgb(116,27,198); }
div.DivClassName
{
background-color: #741BC6;
}
.BgClassName
{
background-color: #741BC6;
}
</style>
border-color css
<style>
span { border-color: #741BC6; }
span { border-color: rgb(116,27,198); }
td.TdClassName
{
border-color: #741BC6;
}
.TagClassName
{
border-color: #741BC6;
}
</style>