Shades of Purple Heart #762CB3
Tints of Purple Heart #762CB3
RGB
CMYK
RGB Variations
Color information
#762CB3 (or 0x762CB3) is known color: Purple Heart. HEX triplet: 76, 2C and B3. RGB value is (118,44,179). Sum of RGB (Red+Green+Blue) = 118+44+179=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #762CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CB3 is #89D34C. Grayscale: #515151. Windows color (decimal): -9032525 or 11742326. OLE color: 11742326.
HSL color Cylindrical-coordinate representation of color #762CB3: hue angle of 272.89º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762CB3 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 44 | 179 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.30 |
| HSL | 272.89º | 0.61% | 0.44% | - |
| HSV(B) | 272.89º | 0.75% | 0.7% | - |
| XYZ | 16.51 | 8.91 | 43.5 | - |
| YUV | 81.52 | 183.02 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 179 | 0.34 | 0.75 | 0 | 0.30 | 272.89 | 0.61 | 0.44 |
| Hex | 76 | 2C | B3 | 22 | 4B | 0 | 1E | 111 | 3D | 2C |
| Octal | 166 | 54 | 263 | 42 | 113 | 0 | 36 | 421 | 75 | 54 |
| Binary | 1110110 | 101100 | 10110011 | 100010 | 1001011 | 0 | 11110 | 100010001 | 111101 | 101100 |
Color Harmonies of #762CB3
Complementary color
Monochromatic Colors of #762CB3
Black with #762CB3
Text Example
Text Example
White with #762CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762CB3; }
p { color: rgb(118,44,179); }
H1.HeaderClassName
{
color: #762CB3;
}
.AnyTagClassName
{
color: #762CB3;
}
</style>
background-color css
<style>
a { background-color: #762CB3; }
a { background-color: rgb(118,44,179); }
div.DivClassName
{
background-color: #762CB3;
}
.BgClassName
{
background-color: #762CB3;
}
</style>
border-color css
<style>
span { border-color: #762CB3; }
span { border-color: rgb(118,44,179); }
td.TdClassName
{
border-color: #762CB3;
}
.TagClassName
{
border-color: #762CB3;
}
</style>