Shades of Purple Heart #761CCE
Tints of Purple Heart #761CCE
RGB
CMYK
RGB Variations
Color information
#761CCE (or 0x761CCE) is known color: Purple Heart. HEX triplet: 76, 1C and CE. RGB value is (118,28,206). Sum of RGB (Red+Green+Blue) = 118+28+206=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #761CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761CCE is #89E331. Grayscale: #4A4A4A. Windows color (decimal): -9036594 or 13507702. OLE color: 13507702.
HSL color Cylindrical-coordinate representation of color #761CCE: hue angle of 270.34º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761CCE is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 28 | 206 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.19 |
| HSL | 270.34º | 0.76% | 0.46% | - |
| HSV(B) | 270.34º | 0.86% | 0.81% | - |
| XYZ | 19.03 | 9.14 | 59.15 | - |
| YUV | 75.2 | 201.82 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 206 | 0.43 | 0.86 | 0 | 0.19 | 270.34 | 0.76 | 0.46 |
| Hex | 76 | 1C | CE | 2B | 56 | 0 | 13 | 10E | 4C | 2E |
| Octal | 166 | 34 | 316 | 53 | 126 | 0 | 23 | 416 | 114 | 56 |
| Binary | 1110110 | 11100 | 11001110 | 101011 | 1010110 | 0 | 10011 | 100001110 | 1001100 | 101110 |
Color Harmonies of #761CCE
Complementary color
Monochromatic Colors of #761CCE
Black with #761CCE
Text Example
Text Example
White with #761CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761CCE; }
p { color: rgb(118,28,206); }
H1.HeaderClassName
{
color: #761CCE;
}
.AnyTagClassName
{
color: #761CCE;
}
</style>
background-color css
<style>
a { background-color: #761CCE; }
a { background-color: rgb(118,28,206); }
div.DivClassName
{
background-color: #761CCE;
}
.BgClassName
{
background-color: #761CCE;
}
</style>
border-color css
<style>
span { border-color: #761CCE; }
span { border-color: rgb(118,28,206); }
td.TdClassName
{
border-color: #761CCE;
}
.TagClassName
{
border-color: #761CCE;
}
</style>