Shades of Purple Heart #743CCA
Tints of Purple Heart #743CCA
RGB
CMYK
RGB Variations
Color information
#743CCA (or 0x743CCA) is known color: Purple Heart. HEX triplet: 74, 3C and CA. RGB value is (116,60,202). Sum of RGB (Red+Green+Blue) = 116+60+202=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #743CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743CCA is #8BC335. Grayscale: #5C5C5C. Windows color (decimal): -9159478 or 13253748. OLE color: 13253748.
HSL color Cylindrical-coordinate representation of color #743CCA: hue angle of 263.66º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #743CCA is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 60 | 202 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.21 |
| HSL | 263.66º | 0.57% | 0.51% | - |
| HSV(B) | 263.66º | 0.7% | 0.79% | - |
| XYZ | 19.48 | 11.21 | 57.01 | - |
| YUV | 92.93 | 189.55 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 202 | 0.43 | 0.70 | 0 | 0.21 | 263.66 | 0.57 | 0.51 |
| Hex | 74 | 3C | CA | 2B | 46 | 0 | 15 | 108 | 39 | 33 |
| Octal | 164 | 74 | 312 | 53 | 106 | 0 | 25 | 410 | 71 | 63 |
| Binary | 1110100 | 111100 | 11001010 | 101011 | 1000110 | 0 | 10101 | 100001000 | 111001 | 110011 |
Color Harmonies of #743CCA
Complementary color
Monochromatic Colors of #743CCA
Black with #743CCA
Text Example
Text Example
White with #743CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743CCA; }
p { color: rgb(116,60,202); }
H1.HeaderClassName
{
color: #743CCA;
}
.AnyTagClassName
{
color: #743CCA;
}
</style>
background-color css
<style>
a { background-color: #743CCA; }
a { background-color: rgb(116,60,202); }
div.DivClassName
{
background-color: #743CCA;
}
.BgClassName
{
background-color: #743CCA;
}
</style>
border-color css
<style>
span { border-color: #743CCA; }
span { border-color: rgb(116,60,202); }
td.TdClassName
{
border-color: #743CCA;
}
.TagClassName
{
border-color: #743CCA;
}
</style>