Shades of Purple Heart #760FC2
Tints of Purple Heart #760FC2
RGB
CMYK
RGB Variations
Color information
#760FC2 (or 0x760FC2) is known color: Purple Heart. HEX triplet: 76, 0F and C2. RGB value is (118,15,194). Sum of RGB (Red+Green+Blue) = 118+15+194=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 194 (76.17% from 255 or 59.33% from 327); Max value from RGB is 194 - color contains mainly: blue. Hex color #760FC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760FC2 is #89F03D. Grayscale: #414141. Windows color (decimal): -9039934 or 12717942. OLE color: 12717942.
HSL color Cylindrical-coordinate representation of color #760FC2: hue angle of 274.53º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760FC2 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 15 | 194 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.24 |
| HSL | 274.53º | 0.86% | 0.41% | - |
| HSV(B) | 274.53º | 0.92% | 0.76% | - |
| XYZ | 17.38 | 8.09 | 51.68 | - |
| YUV | 66.2 | 200.12 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 194 | 0.39 | 0.92 | 0 | 0.24 | 274.53 | 0.86 | 0.41 |
| Hex | 76 | F | C2 | 27 | 5C | 0 | 18 | 113 | 56 | 29 |
| Octal | 166 | 17 | 302 | 47 | 134 | 0 | 30 | 423 | 126 | 51 |
| Binary | 1110110 | 1111 | 11000010 | 100111 | 1011100 | 0 | 11000 | 100010011 | 1010110 | 101001 |
Color Harmonies of #760FC2
Complementary color
Monochromatic Colors of #760FC2
Black with #760FC2
Text Example
Text Example
White with #760FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760FC2; }
p { color: rgb(118,15,194); }
H1.HeaderClassName
{
color: #760FC2;
}
.AnyTagClassName
{
color: #760FC2;
}
</style>
background-color css
<style>
a { background-color: #760FC2; }
a { background-color: rgb(118,15,194); }
div.DivClassName
{
background-color: #760FC2;
}
.BgClassName
{
background-color: #760FC2;
}
</style>
border-color css
<style>
span { border-color: #760FC2; }
span { border-color: rgb(118,15,194); }
td.TdClassName
{
border-color: #760FC2;
}
.TagClassName
{
border-color: #760FC2;
}
</style>