Shades of Purple Heart #743CD3
Tints of Purple Heart #743CD3
RGB
CMYK
RGB Variations
Color information
#743CD3 (or 0x743CD3) is known color: Purple Heart. HEX triplet: 74, 3C and D3. RGB value is (116,60,211). Sum of RGB (Red+Green+Blue) = 116+60+211=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #743CD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743CD3 is #8BC32C. Grayscale: #5D5D5D. Windows color (decimal): -9159469 or 13843572. OLE color: 13843572.
HSL color Cylindrical-coordinate representation of color #743CD3: hue angle of 262.25º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743CD3 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 60 | 211 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.17 |
| HSL | 262.25º | 0.63% | 0.53% | - |
| HSV(B) | 262.25º | 0.72% | 0.83% | - |
| XYZ | 20.58 | 11.65 | 62.79 | - |
| YUV | 93.96 | 194.05 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 211 | 0.45 | 0.72 | 0 | 0.17 | 262.25 | 0.63 | 0.53 |
| Hex | 74 | 3C | D3 | 2D | 48 | 0 | 11 | 106 | 3F | 35 |
| Octal | 164 | 74 | 323 | 55 | 110 | 0 | 21 | 406 | 77 | 65 |
| Binary | 1110100 | 111100 | 11010011 | 101101 | 1001000 | 0 | 10001 | 100000110 | 111111 | 110101 |
Color Harmonies of #743CD3
Complementary color
Monochromatic Colors of #743CD3
Black with #743CD3
Text Example
Text Example
White with #743CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743CD3; }
p { color: rgb(116,60,211); }
H1.HeaderClassName
{
color: #743CD3;
}
.AnyTagClassName
{
color: #743CD3;
}
</style>
background-color css
<style>
a { background-color: #743CD3; }
a { background-color: rgb(116,60,211); }
div.DivClassName
{
background-color: #743CD3;
}
.BgClassName
{
background-color: #743CD3;
}
</style>
border-color css
<style>
span { border-color: #743CD3; }
span { border-color: rgb(116,60,211); }
td.TdClassName
{
border-color: #743CD3;
}
.TagClassName
{
border-color: #743CD3;
}
</style>