Shades of Purple Heart #741BCB
Tints of Purple Heart #741BCB
RGB
CMYK
RGB Variations
Color information
#741BCB (or 0x741BCB) is known color: Purple Heart. HEX triplet: 74, 1B and CB. RGB value is (116,27,203). Sum of RGB (Red+Green+Blue) = 116+27+203=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #741BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741BCB is #8BE434. Grayscale: #494949. Windows color (decimal): -9167925 or 13310836. OLE color: 13310836.
HSL color Cylindrical-coordinate representation of color #741BCB: hue angle of 270.34º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741BCB is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 27 | 203 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.20 |
| HSL | 270.34º | 0.77% | 0.45% | - |
| HSV(B) | 270.34º | 0.87% | 0.8% | - |
| XYZ | 18.37 | 8.81 | 57.23 | - |
| YUV | 73.68 | 200.99 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 203 | 0.43 | 0.87 | 0 | 0.20 | 270.34 | 0.77 | 0.45 |
| Hex | 74 | 1B | CB | 2B | 57 | 0 | 14 | 10E | 4D | 2D |
| Octal | 164 | 33 | 313 | 53 | 127 | 0 | 24 | 416 | 115 | 55 |
| Binary | 1110100 | 11011 | 11001011 | 101011 | 1010111 | 0 | 10100 | 100001110 | 1001101 | 101101 |
Color Harmonies of #741BCB
Complementary color
Monochromatic Colors of #741BCB
Black with #741BCB
Text Example
Text Example
White with #741BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741BCB; }
p { color: rgb(116,27,203); }
H1.HeaderClassName
{
color: #741BCB;
}
.AnyTagClassName
{
color: #741BCB;
}
</style>
background-color css
<style>
a { background-color: #741BCB; }
a { background-color: rgb(116,27,203); }
div.DivClassName
{
background-color: #741BCB;
}
.BgClassName
{
background-color: #741BCB;
}
</style>
border-color css
<style>
span { border-color: #741BCB; }
span { border-color: rgb(116,27,203); }
td.TdClassName
{
border-color: #741BCB;
}
.TagClassName
{
border-color: #741BCB;
}
</style>