Shades of Purple Heart #762CC1
Tints of Purple Heart #762CC1
RGB
CMYK
RGB Variations
Color information
#762CC1 (or 0x762CC1) is known color: Purple Heart. HEX triplet: 76, 2C and C1. RGB value is (118,44,193). Sum of RGB (Red+Green+Blue) = 118+44+193=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #762CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CC1 is #89D33E. Grayscale: #525252. Windows color (decimal): -9032511 or 12659830. OLE color: 12659830.
HSL color Cylindrical-coordinate representation of color #762CC1: hue angle of 269.8º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #762CC1 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 44 | 193 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.24 |
| HSL | 269.8º | 0.63% | 0.46% | - |
| HSV(B) | 269.8º | 0.77% | 0.76% | - |
| XYZ | 18 | 9.5 | 51.34 | - |
| YUV | 83.11 | 190.02 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 193 | 0.39 | 0.77 | 0 | 0.24 | 269.8 | 0.63 | 0.46 |
| Hex | 76 | 2C | C1 | 27 | 4D | 0 | 18 | 10E | 3F | 2E |
| Octal | 166 | 54 | 301 | 47 | 115 | 0 | 30 | 416 | 77 | 56 |
| Binary | 1110110 | 101100 | 11000001 | 100111 | 1001101 | 0 | 11000 | 100001110 | 111111 | 101110 |
Color Harmonies of #762CC1
Complementary color
Monochromatic Colors of #762CC1
Black with #762CC1
Text Example
Text Example
White with #762CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762CC1; }
p { color: rgb(118,44,193); }
H1.HeaderClassName
{
color: #762CC1;
}
.AnyTagClassName
{
color: #762CC1;
}
</style>
background-color css
<style>
a { background-color: #762CC1; }
a { background-color: rgb(118,44,193); }
div.DivClassName
{
background-color: #762CC1;
}
.BgClassName
{
background-color: #762CC1;
}
</style>
border-color css
<style>
span { border-color: #762CC1; }
span { border-color: rgb(118,44,193); }
td.TdClassName
{
border-color: #762CC1;
}
.TagClassName
{
border-color: #762CC1;
}
</style>