Shades of Purple Heart #7543C8
Tints of Purple Heart #7543C8
RGB
CMYK
RGB Variations
Color information
#7543C8 (or 0x7543C8) is known color: Purple Heart. HEX triplet: 75, 43 and C8. RGB value is (117,67,200). Sum of RGB (Red+Green+Blue) = 117+67+200=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 200 (78.52% from 255 or 52.08% from 384); Max value from RGB is 200 - color contains mainly: blue. Hex color #7543C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7543C8 is #8ABC37. Grayscale: #606060. Windows color (decimal): -9092152 or 13124469. OLE color: 13124469.
HSL color Cylindrical-coordinate representation of color #7543C8: hue angle of 262.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7543C8 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 67 | 200 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.22 |
| HSL | 262.56º | 0.55% | 0.52% | - |
| HSV(B) | 262.56º | 0.67% | 0.78% | - |
| XYZ | 19.77 | 11.97 | 55.91 | - |
| YUV | 97.11 | 186.07 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 200 | 0.42 | 0.66 | 0 | 0.22 | 262.56 | 0.55 | 0.52 |
| Hex | 75 | 43 | C8 | 2A | 42 | 0 | 16 | 107 | 37 | 34 |
| Octal | 165 | 103 | 310 | 52 | 102 | 0 | 26 | 407 | 67 | 64 |
| Binary | 1110101 | 1000011 | 11001000 | 101010 | 1000010 | 0 | 10110 | 100000111 | 110111 | 110100 |
Color Harmonies of #7543C8
Complementary color
Monochromatic Colors of #7543C8
Black with #7543C8
Text Example
Text Example
White with #7543C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7543C8; }
p { color: rgb(117,67,200); }
H1.HeaderClassName
{
color: #7543C8;
}
.AnyTagClassName
{
color: #7543C8;
}
</style>
background-color css
<style>
a { background-color: #7543C8; }
a { background-color: rgb(117,67,200); }
div.DivClassName
{
background-color: #7543C8;
}
.BgClassName
{
background-color: #7543C8;
}
</style>
border-color css
<style>
span { border-color: #7543C8; }
span { border-color: rgb(117,67,200); }
td.TdClassName
{
border-color: #7543C8;
}
.TagClassName
{
border-color: #7543C8;
}
</style>