Shades of Purple Heart #741CB2
Tints of Purple Heart #741CB2
RGB
CMYK
RGB Variations
Color information
#741CB2 (or 0x741CB2) is known color: Purple Heart. HEX triplet: 74, 1C and B2. RGB value is (116,28,178). Sum of RGB (Red+Green+Blue) = 116+28+178=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 178 (69.92% from 255 or 55.28% from 322); Max value from RGB is 178 - color contains mainly: blue. Hex color #741CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741CB2 is #8BE34D. Grayscale: #464646. Windows color (decimal): -9167694 or 11672692. OLE color: 11672692.
HSL color Cylindrical-coordinate representation of color #741CB2: hue angle of 275.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741CB2 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 28 | 178 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.30 |
| HSL | 275.2º | 0.73% | 0.4% | - |
| HSV(B) | 275.2º | 0.84% | 0.7% | - |
| XYZ | 15.65 | 7.76 | 42.79 | - |
| YUV | 71.41 | 188.15 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 178 | 0.35 | 0.84 | 0 | 0.30 | 275.2 | 0.73 | 0.4 |
| Hex | 74 | 1C | B2 | 23 | 54 | 0 | 1E | 113 | 49 | 28 |
| Octal | 164 | 34 | 262 | 43 | 124 | 0 | 36 | 423 | 111 | 50 |
| Binary | 1110100 | 11100 | 10110010 | 100011 | 1010100 | 0 | 11110 | 100010011 | 1001001 | 101000 |
Color Harmonies of #741CB2
Complementary color
Monochromatic Colors of #741CB2
Black with #741CB2
Text Example
Text Example
White with #741CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741CB2; }
p { color: rgb(116,28,178); }
H1.HeaderClassName
{
color: #741CB2;
}
.AnyTagClassName
{
color: #741CB2;
}
</style>
background-color css
<style>
a { background-color: #741CB2; }
a { background-color: rgb(116,28,178); }
div.DivClassName
{
background-color: #741CB2;
}
.BgClassName
{
background-color: #741CB2;
}
</style>
border-color css
<style>
span { border-color: #741CB2; }
span { border-color: rgb(116,28,178); }
td.TdClassName
{
border-color: #741CB2;
}
.TagClassName
{
border-color: #741CB2;
}
</style>