Shades of Purple Heart #7542CB
Tints of Purple Heart #7542CB
RGB
CMYK
RGB Variations
Color information
#7542CB (or 0x7542CB) is known color: Purple Heart. HEX triplet: 75, 42 and CB. RGB value is (117,66,203). Sum of RGB (Red+Green+Blue) = 117+66+203=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #7542CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7542CB is #8ABD34. Grayscale: #606060. Windows color (decimal): -9092405 or 13320821. OLE color: 13320821.
HSL color Cylindrical-coordinate representation of color #7542CB: hue angle of 262.34º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7542CB is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 66 | 203 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.20 |
| HSL | 262.34º | 0.57% | 0.53% | - |
| HSV(B) | 262.34º | 0.67% | 0.8% | - |
| XYZ | 20.06 | 11.99 | 57.76 | - |
| YUV | 96.87 | 187.9 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 203 | 0.42 | 0.67 | 0 | 0.20 | 262.34 | 0.57 | 0.53 |
| Hex | 75 | 42 | CB | 2A | 43 | 0 | 14 | 106 | 39 | 35 |
| Octal | 165 | 102 | 313 | 52 | 103 | 0 | 24 | 406 | 71 | 65 |
| Binary | 1110101 | 1000010 | 11001011 | 101010 | 1000011 | 0 | 10100 | 100000110 | 111001 | 110101 |
Color Harmonies of #7542CB
Complementary color
Monochromatic Colors of #7542CB
Black with #7542CB
Text Example
Text Example
White with #7542CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7542CB; }
p { color: rgb(117,66,203); }
H1.HeaderClassName
{
color: #7542CB;
}
.AnyTagClassName
{
color: #7542CB;
}
</style>
background-color css
<style>
a { background-color: #7542CB; }
a { background-color: rgb(117,66,203); }
div.DivClassName
{
background-color: #7542CB;
}
.BgClassName
{
background-color: #7542CB;
}
</style>
border-color css
<style>
span { border-color: #7542CB; }
span { border-color: rgb(117,66,203); }
td.TdClassName
{
border-color: #7542CB;
}
.TagClassName
{
border-color: #7542CB;
}
</style>