Shades of Purple Heart #7542C4
Tints of Purple Heart #7542C4
RGB
CMYK
RGB Variations
Color information
#7542C4 (or 0x7542C4) is known color: Purple Heart. HEX triplet: 75, 42 and C4. RGB value is (117,66,196). Sum of RGB (Red+Green+Blue) = 117+66+196=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 196 (76.95% from 255 or 51.72% from 379); Max value from RGB is 196 - color contains mainly: blue. Hex color #7542C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7542C4 is #8ABD3B. Grayscale: #5F5F5F. Windows color (decimal): -9092412 or 12862069. OLE color: 12862069.
HSL color Cylindrical-coordinate representation of color #7542C4: hue angle of 263.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7542C4 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 66 | 196 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.23 |
| HSL | 263.54º | 0.52% | 0.51% | - |
| HSV(B) | 263.54º | 0.66% | 0.77% | - |
| XYZ | 19.25 | 11.66 | 53.46 | - |
| YUV | 96.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 196 | 0.40 | 0.66 | 0 | 0.23 | 263.54 | 0.52 | 0.51 |
| Hex | 75 | 42 | C4 | 28 | 42 | 0 | 17 | 108 | 34 | 33 |
| Octal | 165 | 102 | 304 | 50 | 102 | 0 | 27 | 410 | 64 | 63 |
| Binary | 1110101 | 1000010 | 11000100 | 101000 | 1000010 | 0 | 10111 | 100001000 | 110100 | 110011 |
Color Harmonies of #7542C4
Complementary color
Monochromatic Colors of #7542C4
Black with #7542C4
Text Example
Text Example
White with #7542C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7542C4; }
p { color: rgb(117,66,196); }
H1.HeaderClassName
{
color: #7542C4;
}
.AnyTagClassName
{
color: #7542C4;
}
</style>
background-color css
<style>
a { background-color: #7542C4; }
a { background-color: rgb(117,66,196); }
div.DivClassName
{
background-color: #7542C4;
}
.BgClassName
{
background-color: #7542C4;
}
</style>
border-color css
<style>
span { border-color: #7542C4; }
span { border-color: rgb(117,66,196); }
td.TdClassName
{
border-color: #7542C4;
}
.TagClassName
{
border-color: #7542C4;
}
</style>