Shades of Purple Heart #743FCD
Tints of Purple Heart #743FCD
RGB
CMYK
RGB Variations
Color information
#743FCD (or 0x743FCD) is known color: Purple Heart. HEX triplet: 74, 3F and CD. RGB value is (116,63,205). Sum of RGB (Red+Green+Blue) = 116+63+205=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #743FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FCD is #8BC032. Grayscale: #5E5E5E. Windows color (decimal): -9158707 or 13451124. OLE color: 13451124.
HSL color Cylindrical-coordinate representation of color #743FCD: hue angle of 262.39º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #743FCD is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 63 | 205 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.20 |
| HSL | 262.39º | 0.59% | 0.53% | - |
| HSV(B) | 262.39º | 0.69% | 0.8% | - |
| XYZ | 20 | 11.68 | 58.96 | - |
| YUV | 95.04 | 190.06 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 205 | 0.43 | 0.69 | 0 | 0.20 | 262.39 | 0.59 | 0.53 |
| Hex | 74 | 3F | CD | 2B | 45 | 0 | 14 | 106 | 3B | 35 |
| Octal | 164 | 77 | 315 | 53 | 105 | 0 | 24 | 406 | 73 | 65 |
| Binary | 1110100 | 111111 | 11001101 | 101011 | 1000101 | 0 | 10100 | 100000110 | 111011 | 110101 |
Color Harmonies of #743FCD
Complementary color
Monochromatic Colors of #743FCD
Black with #743FCD
Text Example
Text Example
White with #743FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743FCD; }
p { color: rgb(116,63,205); }
H1.HeaderClassName
{
color: #743FCD;
}
.AnyTagClassName
{
color: #743FCD;
}
</style>
background-color css
<style>
a { background-color: #743FCD; }
a { background-color: rgb(116,63,205); }
div.DivClassName
{
background-color: #743FCD;
}
.BgClassName
{
background-color: #743FCD;
}
</style>
border-color css
<style>
span { border-color: #743FCD; }
span { border-color: rgb(116,63,205); }
td.TdClassName
{
border-color: #743FCD;
}
.TagClassName
{
border-color: #743FCD;
}
</style>