Shades of Purple Heart #7D41CB
Tints of Purple Heart #7D41CB
RGB
CMYK
RGB Variations
Color information
#7D41CB (or 0x7D41CB) is known color: Purple Heart. HEX triplet: 7D, 41 and CB. RGB value is (125,65,203). Sum of RGB (Red+Green+Blue) = 125+65+203=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D41CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D41CB is #82BE34. Grayscale: #626262. Windows color (decimal): -8568373 or 13320573. OLE color: 13320573.
HSL color Cylindrical-coordinate representation of color #7D41CB: hue angle of 266.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D41CB is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 65 | 203 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.20 |
| HSL | 266.09º | 0.57% | 0.53% | - |
| HSV(B) | 266.09º | 0.68% | 0.8% | - |
| XYZ | 21.13 | 12.45 | 57.79 | - |
| YUV | 98.67 | 186.88 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 65 | 203 | 0.38 | 0.68 | 0 | 0.20 | 266.09 | 0.57 | 0.53 |
| Hex | 7D | 41 | CB | 26 | 44 | 0 | 14 | 10A | 39 | 35 |
| Octal | 175 | 101 | 313 | 46 | 104 | 0 | 24 | 412 | 71 | 65 |
| Binary | 1111101 | 1000001 | 11001011 | 100110 | 1000100 | 0 | 10100 | 100001010 | 111001 | 110101 |
Color Harmonies of #7D41CB
Complementary color
Monochromatic Colors of #7D41CB
Black with #7D41CB
Text Example
Text Example
White with #7D41CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D41CB; }
p { color: rgb(125,65,203); }
H1.HeaderClassName
{
color: #7D41CB;
}
.AnyTagClassName
{
color: #7D41CB;
}
</style>
background-color css
<style>
a { background-color: #7D41CB; }
a { background-color: rgb(125,65,203); }
div.DivClassName
{
background-color: #7D41CB;
}
.BgClassName
{
background-color: #7D41CB;
}
</style>
border-color css
<style>
span { border-color: #7D41CB; }
span { border-color: rgb(125,65,203); }
td.TdClassName
{
border-color: #7D41CB;
}
.TagClassName
{
border-color: #7D41CB;
}
</style>