Shades of Purple Heart #743FC3
Tints of Purple Heart #743FC3
RGB
CMYK
RGB Variations
Color information
#743FC3 (or 0x743FC3) is known color: Purple Heart. HEX triplet: 74, 3F and C3. RGB value is (116,63,195). Sum of RGB (Red+Green+Blue) = 116+63+195=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 195 (76.56% from 255 or 52.14% from 374); Max value from RGB is 195 - color contains mainly: blue. Hex color #743FC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FC3 is #8BC03C. Grayscale: #5D5D5D. Windows color (decimal): -9158717 or 12795764. OLE color: 12795764.
HSL color Cylindrical-coordinate representation of color #743FC3: hue angle of 264.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #743FC3 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 63 | 195 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.24 |
| HSL | 264.09º | 0.52% | 0.51% | - |
| HSV(B) | 264.09º | 0.68% | 0.76% | - |
| XYZ | 18.83 | 11.21 | 52.8 | - |
| YUV | 93.9 | 185.06 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 195 | 0.41 | 0.68 | 0 | 0.24 | 264.09 | 0.52 | 0.51 |
| Hex | 74 | 3F | C3 | 29 | 44 | 0 | 18 | 108 | 34 | 33 |
| Octal | 164 | 77 | 303 | 51 | 104 | 0 | 30 | 410 | 64 | 63 |
| Binary | 1110100 | 111111 | 11000011 | 101001 | 1000100 | 0 | 11000 | 100001000 | 110100 | 110011 |
Color Harmonies of #743FC3
Complementary color
Monochromatic Colors of #743FC3
Black with #743FC3
Text Example
Text Example
White with #743FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743FC3; }
p { color: rgb(116,63,195); }
H1.HeaderClassName
{
color: #743FC3;
}
.AnyTagClassName
{
color: #743FC3;
}
</style>
background-color css
<style>
a { background-color: #743FC3; }
a { background-color: rgb(116,63,195); }
div.DivClassName
{
background-color: #743FC3;
}
.BgClassName
{
background-color: #743FC3;
}
</style>
border-color css
<style>
span { border-color: #743FC3; }
span { border-color: rgb(116,63,195); }
td.TdClassName
{
border-color: #743FC3;
}
.TagClassName
{
border-color: #743FC3;
}
</style>