Shades of Purple Heart #7541CB
Tints of Purple Heart #7541CB
RGB
CMYK
RGB Variations
Color information
#7541CB (or 0x7541CB) is known color: Purple Heart. HEX triplet: 75, 41 and CB. RGB value is (117,65,203). Sum of RGB (Red+Green+Blue) = 117+65+203=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #7541CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7541CB is #8ABE34. Grayscale: #5F5F5F. Windows color (decimal): -9092661 or 13320565. OLE color: 13320565.
HSL color Cylindrical-coordinate representation of color #7541CB: hue angle of 262.61º 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 #7541CB is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 65 | 203 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.20 |
| HSL | 262.61º | 0.57% | 0.53% | - |
| HSV(B) | 262.61º | 0.68% | 0.8% | - |
| XYZ | 20.01 | 11.87 | 57.74 | - |
| YUV | 96.28 | 188.23 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 203 | 0.42 | 0.68 | 0 | 0.20 | 262.61 | 0.57 | 0.53 |
| Hex | 75 | 41 | CB | 2A | 44 | 0 | 14 | 107 | 39 | 35 |
| Octal | 165 | 101 | 313 | 52 | 104 | 0 | 24 | 407 | 71 | 65 |
| Binary | 1110101 | 1000001 | 11001011 | 101010 | 1000100 | 0 | 10100 | 100000111 | 111001 | 110101 |
Color Harmonies of #7541CB
Complementary color
Monochromatic Colors of #7541CB
Black with #7541CB
Text Example
Text Example
White with #7541CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7541CB; }
p { color: rgb(117,65,203); }
H1.HeaderClassName
{
color: #7541CB;
}
.AnyTagClassName
{
color: #7541CB;
}
</style>
background-color css
<style>
a { background-color: #7541CB; }
a { background-color: rgb(117,65,203); }
div.DivClassName
{
background-color: #7541CB;
}
.BgClassName
{
background-color: #7541CB;
}
</style>
border-color css
<style>
span { border-color: #7541CB; }
span { border-color: rgb(117,65,203); }
td.TdClassName
{
border-color: #7541CB;
}
.TagClassName
{
border-color: #7541CB;
}
</style>