Shades of Purple Heart #760CB0
Tints of Purple Heart #760CB0
RGB
CMYK
RGB Variations
Color information
#760CB0 (or 0x760CB0) is known color: Purple Heart. HEX triplet: 76, 0C and B0. RGB value is (118,12,176). Sum of RGB (Red+Green+Blue) = 118+12+176=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 176 (69.14% from 255 or 57.52% from 306); Max value from RGB is 176 - color contains mainly: blue. Hex color #760CB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760CB0 is #89F34F. Grayscale: #3D3D3D. Windows color (decimal): -9040720 or 11537526. OLE color: 11537526.
HSL color Cylindrical-coordinate representation of color #760CB0: hue angle of 278.78º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760CB0 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 12 | 176 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.31 |
| HSL | 278.78º | 0.87% | 0.37% | - |
| HSV(B) | 278.78º | 0.93% | 0.69% | - |
| XYZ | 15.44 | 7.25 | 41.66 | - |
| YUV | 62.39 | 192.12 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 176 | 0.33 | 0.93 | 0 | 0.31 | 278.78 | 0.87 | 0.37 |
| Hex | 76 | C | B0 | 21 | 5D | 0 | 1F | 117 | 57 | 25 |
| Octal | 166 | 14 | 260 | 41 | 135 | 0 | 37 | 427 | 127 | 45 |
| Binary | 1110110 | 1100 | 10110000 | 100001 | 1011101 | 0 | 11111 | 100010111 | 1010111 | 100101 |
Color Harmonies of #760CB0
Complementary color
Monochromatic Colors of #760CB0
Black with #760CB0
Text Example
Text Example
White with #760CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760CB0; }
p { color: rgb(118,12,176); }
H1.HeaderClassName
{
color: #760CB0;
}
.AnyTagClassName
{
color: #760CB0;
}
</style>
background-color css
<style>
a { background-color: #760CB0; }
a { background-color: rgb(118,12,176); }
div.DivClassName
{
background-color: #760CB0;
}
.BgClassName
{
background-color: #760CB0;
}
</style>
border-color css
<style>
span { border-color: #760CB0; }
span { border-color: rgb(118,12,176); }
td.TdClassName
{
border-color: #760CB0;
}
.TagClassName
{
border-color: #760CB0;
}
</style>