Shades of Purple Heart #7D3FCA
Tints of Purple Heart #7D3FCA
RGB
CMYK
RGB Variations
Color information
#7D3FCA (or 0x7D3FCA) is known color: Purple Heart. HEX triplet: 7D, 3F and CA. RGB value is (125,63,202). Sum of RGB (Red+Green+Blue) = 125+63+202=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D3FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3FCA is #82C035. Grayscale: #606060. Windows color (decimal): -8568886 or 13254525. OLE color: 13254525.
HSL color Cylindrical-coordinate representation of color #7D3FCA: hue angle of 266.76º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D3FCA is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 63 | 202 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.21 |
| HSL | 266.76º | 0.57% | 0.52% | - |
| HSV(B) | 266.76º | 0.69% | 0.79% | - |
| XYZ | 20.9 | 12.18 | 57.13 | - |
| YUV | 97.38 | 187.04 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 202 | 0.38 | 0.69 | 0 | 0.21 | 266.76 | 0.57 | 0.52 |
| Hex | 7D | 3F | CA | 26 | 45 | 0 | 15 | 10B | 39 | 34 |
| Octal | 175 | 77 | 312 | 46 | 105 | 0 | 25 | 413 | 71 | 64 |
| Binary | 1111101 | 111111 | 11001010 | 100110 | 1000101 | 0 | 10101 | 100001011 | 111001 | 110100 |
Color Harmonies of #7D3FCA
Complementary color
Monochromatic Colors of #7D3FCA
Black with #7D3FCA
Text Example
Text Example
White with #7D3FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3FCA; }
p { color: rgb(125,63,202); }
H1.HeaderClassName
{
color: #7D3FCA;
}
.AnyTagClassName
{
color: #7D3FCA;
}
</style>
background-color css
<style>
a { background-color: #7D3FCA; }
a { background-color: rgb(125,63,202); }
div.DivClassName
{
background-color: #7D3FCA;
}
.BgClassName
{
background-color: #7D3FCA;
}
</style>
border-color css
<style>
span { border-color: #7D3FCA; }
span { border-color: rgb(125,63,202); }
td.TdClassName
{
border-color: #7D3FCA;
}
.TagClassName
{
border-color: #7D3FCA;
}
</style>