Shades of Purple Heart #743DBF
Tints of Purple Heart #743DBF
RGB
CMYK
RGB Variations
Color information
#743DBF (or 0x743DBF) is known color: Purple Heart. HEX triplet: 74, 3D and BF. RGB value is (116,61,191). Sum of RGB (Red+Green+Blue) = 116+61+191=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #743DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743DBF is #8BC240. Grayscale: #5B5B5B. Windows color (decimal): -9159233 or 12533108. OLE color: 12533108.
HSL color Cylindrical-coordinate representation of color #743DBF: hue angle of 265.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #743DBF is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 61 | 191 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.25 |
| HSL | 265.38º | 0.52% | 0.49% | - |
| HSV(B) | 265.38º | 0.68% | 0.75% | - |
| XYZ | 18.28 | 10.81 | 50.41 | - |
| YUV | 92.27 | 183.72 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 191 | 0.39 | 0.68 | 0 | 0.25 | 265.38 | 0.52 | 0.49 |
| Hex | 74 | 3D | BF | 27 | 44 | 0 | 19 | 109 | 34 | 31 |
| Octal | 164 | 75 | 277 | 47 | 104 | 0 | 31 | 411 | 64 | 61 |
| Binary | 1110100 | 111101 | 10111111 | 100111 | 1000100 | 0 | 11001 | 100001001 | 110100 | 110001 |
Color Harmonies of #743DBF
Complementary color
Monochromatic Colors of #743DBF
Black with #743DBF
Text Example
Text Example
White with #743DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743DBF; }
p { color: rgb(116,61,191); }
H1.HeaderClassName
{
color: #743DBF;
}
.AnyTagClassName
{
color: #743DBF;
}
</style>
background-color css
<style>
a { background-color: #743DBF; }
a { background-color: rgb(116,61,191); }
div.DivClassName
{
background-color: #743DBF;
}
.BgClassName
{
background-color: #743DBF;
}
</style>
border-color css
<style>
span { border-color: #743DBF; }
span { border-color: rgb(116,61,191); }
td.TdClassName
{
border-color: #743DBF;
}
.TagClassName
{
border-color: #743DBF;
}
</style>