Shades of Purple Heart #7438D6
Tints of Purple Heart #7438D6
RGB
CMYK
RGB Variations
Color information
#7438D6 (or 0x7438D6) is known color: Purple Heart. HEX triplet: 74, 38 and D6. RGB value is (116,56,214). Sum of RGB (Red+Green+Blue) = 116+56+214=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 214 (83.98% from 255 or 55.44% from 386); Max value from RGB is 214 - color contains mainly: blue. Hex color #7438D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7438D6 is #8BC729. Grayscale: #5B5B5B. Windows color (decimal): -9160490 or 14039156. OLE color: 14039156.
HSL color Cylindrical-coordinate representation of color #7438D6: hue angle of 262.78º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7438D6 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 56 | 214 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.16 |
| HSL | 262.78º | 0.66% | 0.53% | - |
| HSV(B) | 262.78º | 0.74% | 0.84% | - |
| XYZ | 20.75 | 11.4 | 64.72 | - |
| YUV | 91.95 | 196.88 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 214 | 0.46 | 0.74 | 0 | 0.16 | 262.78 | 0.66 | 0.53 |
| Hex | 74 | 38 | D6 | 2E | 4A | 0 | 10 | 107 | 42 | 35 |
| Octal | 164 | 70 | 326 | 56 | 112 | 0 | 20 | 407 | 102 | 65 |
| Binary | 1110100 | 111000 | 11010110 | 101110 | 1001010 | 0 | 10000 | 100000111 | 1000010 | 110101 |
Color Harmonies of #7438D6
Complementary color
Monochromatic Colors of #7438D6
Black with #7438D6
Text Example
Text Example
White with #7438D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7438D6; }
p { color: rgb(116,56,214); }
H1.HeaderClassName
{
color: #7438D6;
}
.AnyTagClassName
{
color: #7438D6;
}
</style>
background-color css
<style>
a { background-color: #7438D6; }
a { background-color: rgb(116,56,214); }
div.DivClassName
{
background-color: #7438D6;
}
.BgClassName
{
background-color: #7438D6;
}
</style>
border-color css
<style>
span { border-color: #7438D6; }
span { border-color: rgb(116,56,214); }
td.TdClassName
{
border-color: #7438D6;
}
.TagClassName
{
border-color: #7438D6;
}
</style>