Shades of Purple Heart #7547C2
Tints of Purple Heart #7547C2
RGB
CMYK
RGB Variations
Color information
#7547C2 (or 0x7547C2) is known color: Purple Heart. HEX triplet: 75, 47 and C2. RGB value is (117,71,194). Sum of RGB (Red+Green+Blue) = 117+71+194=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #7547C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7547C2 is #8AB83D. Grayscale: #626262. Windows color (decimal): -9091134 or 12732277. OLE color: 12732277.
HSL color Cylindrical-coordinate representation of color #7547C2: hue angle of 262.44º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7547C2 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 71 | 194 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.24 |
| HSL | 262.44º | 0.5% | 0.52% | - |
| HSV(B) | 262.44º | 0.63% | 0.76% | - |
| XYZ | 19.33 | 12.18 | 52.37 | - |
| YUV | 98.78 | 181.74 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 194 | 0.40 | 0.63 | 0 | 0.24 | 262.44 | 0.5 | 0.52 |
| Hex | 75 | 47 | C2 | 28 | 3F | 0 | 18 | 106 | 32 | 34 |
| Octal | 165 | 107 | 302 | 50 | 77 | 0 | 30 | 406 | 62 | 64 |
| Binary | 1110101 | 1000111 | 11000010 | 101000 | 111111 | 0 | 11000 | 100000110 | 110010 | 110100 |
Color Harmonies of #7547C2
Complementary color
Monochromatic Colors of #7547C2
Black with #7547C2
Text Example
Text Example
White with #7547C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7547C2; }
p { color: rgb(117,71,194); }
H1.HeaderClassName
{
color: #7547C2;
}
.AnyTagClassName
{
color: #7547C2;
}
</style>
background-color css
<style>
a { background-color: #7547C2; }
a { background-color: rgb(117,71,194); }
div.DivClassName
{
background-color: #7547C2;
}
.BgClassName
{
background-color: #7547C2;
}
</style>
border-color css
<style>
span { border-color: #7547C2; }
span { border-color: rgb(117,71,194); }
td.TdClassName
{
border-color: #7547C2;
}
.TagClassName
{
border-color: #7547C2;
}
</style>