Shades of Purple Heart #740CBE
Tints of Purple Heart #740CBE
RGB
CMYK
RGB Variations
Color information
#740CBE (or 0x740CBE) is known color: Purple Heart. HEX triplet: 74, 0C and BE. RGB value is (116,12,190). Sum of RGB (Red+Green+Blue) = 116+12+190=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #740CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740CBE is #8BF341. Grayscale: #3E3E3E. Windows color (decimal): -9171778 or 12455028. OLE color: 12455028.
HSL color Cylindrical-coordinate representation of color #740CBE: hue angle of 275.06º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740CBE is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 12 | 190 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.25 |
| HSL | 275.06º | 0.88% | 0.4% | - |
| HSV(B) | 275.06º | 0.94% | 0.75% | - |
| XYZ | 16.63 | 7.69 | 49.32 | - |
| YUV | 63.39 | 199.46 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 190 | 0.39 | 0.94 | 0 | 0.25 | 275.06 | 0.88 | 0.4 |
| Hex | 74 | C | BE | 27 | 5E | 0 | 19 | 113 | 58 | 28 |
| Octal | 164 | 14 | 276 | 47 | 136 | 0 | 31 | 423 | 130 | 50 |
| Binary | 1110100 | 1100 | 10111110 | 100111 | 1011110 | 0 | 11001 | 100010011 | 1011000 | 101000 |
Color Harmonies of #740CBE
Complementary color
Monochromatic Colors of #740CBE
Black with #740CBE
Text Example
Text Example
White with #740CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740CBE; }
p { color: rgb(116,12,190); }
H1.HeaderClassName
{
color: #740CBE;
}
.AnyTagClassName
{
color: #740CBE;
}
</style>
background-color css
<style>
a { background-color: #740CBE; }
a { background-color: rgb(116,12,190); }
div.DivClassName
{
background-color: #740CBE;
}
.BgClassName
{
background-color: #740CBE;
}
</style>
border-color css
<style>
span { border-color: #740CBE; }
span { border-color: rgb(116,12,190); }
td.TdClassName
{
border-color: #740CBE;
}
.TagClassName
{
border-color: #740CBE;
}
</style>