Shades of Purple Heart #742BCD
Tints of Purple Heart #742BCD
RGB
CMYK
RGB Variations
Color information
#742BCD (or 0x742BCD) is known color: Purple Heart. HEX triplet: 74, 2B and CD. RGB value is (116,43,205). Sum of RGB (Red+Green+Blue) = 116+43+205=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #742BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742BCD is #8BD432. Grayscale: #525252. Windows color (decimal): -9163827 or 13446004. OLE color: 13446004.
HSL color Cylindrical-coordinate representation of color #742BCD: hue angle of 267.04º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #742BCD is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 43 | 205 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.20 |
| HSL | 267.04º | 0.65% | 0.49% | - |
| HSV(B) | 267.04º | 0.79% | 0.8% | - |
| XYZ | 19.09 | 9.85 | 58.65 | - |
| YUV | 83.3 | 196.68 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 205 | 0.43 | 0.79 | 0 | 0.20 | 267.04 | 0.65 | 0.49 |
| Hex | 74 | 2B | CD | 2B | 4F | 0 | 14 | 10B | 41 | 31 |
| Octal | 164 | 53 | 315 | 53 | 117 | 0 | 24 | 413 | 101 | 61 |
| Binary | 1110100 | 101011 | 11001101 | 101011 | 1001111 | 0 | 10100 | 100001011 | 1000001 | 110001 |
Color Harmonies of #742BCD
Complementary color
Monochromatic Colors of #742BCD
Black with #742BCD
Text Example
Text Example
White with #742BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742BCD; }
p { color: rgb(116,43,205); }
H1.HeaderClassName
{
color: #742BCD;
}
.AnyTagClassName
{
color: #742BCD;
}
</style>
background-color css
<style>
a { background-color: #742BCD; }
a { background-color: rgb(116,43,205); }
div.DivClassName
{
background-color: #742BCD;
}
.BgClassName
{
background-color: #742BCD;
}
</style>
border-color css
<style>
span { border-color: #742BCD; }
span { border-color: rgb(116,43,205); }
td.TdClassName
{
border-color: #742BCD;
}
.TagClassName
{
border-color: #742BCD;
}
</style>