Shades of Purple Heart #741CBF
Tints of Purple Heart #741CBF
RGB
CMYK
RGB Variations
Color information
#741CBF (or 0x741CBF) is known color: Purple Heart. HEX triplet: 74, 1C and BF. RGB value is (116,28,191). Sum of RGB (Red+Green+Blue) = 116+28+191=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #741CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741CBF is #8BE340. Grayscale: #484848. Windows color (decimal): -9167681 or 12524660. OLE color: 12524660.
HSL color Cylindrical-coordinate representation of color #741CBF: hue angle of 272.39º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741CBF is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 28 | 191 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.25 |
| HSL | 272.39º | 0.74% | 0.43% | - |
| HSV(B) | 272.39º | 0.85% | 0.75% | - |
| XYZ | 17.02 | 8.31 | 50 | - |
| YUV | 72.89 | 194.65 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 191 | 0.39 | 0.85 | 0 | 0.25 | 272.39 | 0.74 | 0.43 |
| Hex | 74 | 1C | BF | 27 | 55 | 0 | 19 | 110 | 4A | 2B |
| Octal | 164 | 34 | 277 | 47 | 125 | 0 | 31 | 420 | 112 | 53 |
| Binary | 1110100 | 11100 | 10111111 | 100111 | 1010101 | 0 | 11001 | 100010000 | 1001010 | 101011 |
Color Harmonies of #741CBF
Complementary color
Monochromatic Colors of #741CBF
Black with #741CBF
Text Example
Text Example
White with #741CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741CBF; }
p { color: rgb(116,28,191); }
H1.HeaderClassName
{
color: #741CBF;
}
.AnyTagClassName
{
color: #741CBF;
}
</style>
background-color css
<style>
a { background-color: #741CBF; }
a { background-color: rgb(116,28,191); }
div.DivClassName
{
background-color: #741CBF;
}
.BgClassName
{
background-color: #741CBF;
}
</style>
border-color css
<style>
span { border-color: #741CBF; }
span { border-color: rgb(116,28,191); }
td.TdClassName
{
border-color: #741CBF;
}
.TagClassName
{
border-color: #741CBF;
}
</style>