Shades of Purple Heart #7645C2
Tints of Purple Heart #7645C2
RGB
CMYK
RGB Variations
Color information
#7645C2 (or 0x7645C2) is known color: Purple Heart. HEX triplet: 76, 45 and C2. RGB value is (118,69,194). Sum of RGB (Red+Green+Blue) = 118+69+194=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 194 (76.17% from 255 or 50.92% from 381); Max value from RGB is 194 - color contains mainly: blue. Hex color #7645C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7645C2 is #89BA3D. Grayscale: #616161. Windows color (decimal): -9026110 or 12731766. OLE color: 12731766.
HSL color Cylindrical-coordinate representation of color #7645C2: hue angle of 263.52º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7645C2 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 69 | 194 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.24 |
| HSL | 263.52º | 0.51% | 0.52% | - |
| HSV(B) | 263.52º | 0.64% | 0.76% | - |
| XYZ | 19.34 | 12 | 52.34 | - |
| YUV | 97.9 | 182.23 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 194 | 0.39 | 0.64 | 0 | 0.24 | 263.52 | 0.51 | 0.52 |
| Hex | 76 | 45 | C2 | 27 | 40 | 0 | 18 | 108 | 33 | 34 |
| Octal | 166 | 105 | 302 | 47 | 100 | 0 | 30 | 410 | 63 | 64 |
| Binary | 1110110 | 1000101 | 11000010 | 100111 | 1000000 | 0 | 11000 | 100001000 | 110011 | 110100 |
Color Harmonies of #7645C2
Complementary color
Monochromatic Colors of #7645C2
Black with #7645C2
Text Example
Text Example
White with #7645C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7645C2; }
p { color: rgb(118,69,194); }
H1.HeaderClassName
{
color: #7645C2;
}
.AnyTagClassName
{
color: #7645C2;
}
</style>
background-color css
<style>
a { background-color: #7645C2; }
a { background-color: rgb(118,69,194); }
div.DivClassName
{
background-color: #7645C2;
}
.BgClassName
{
background-color: #7645C2;
}
</style>
border-color css
<style>
span { border-color: #7645C2; }
span { border-color: rgb(118,69,194); }
td.TdClassName
{
border-color: #7645C2;
}
.TagClassName
{
border-color: #7645C2;
}
</style>