Shades of Purple Heart #762CB6
Tints of Purple Heart #762CB6
RGB
CMYK
RGB Variations
Color information
#762CB6 (or 0x762CB6) is known color: Purple Heart. HEX triplet: 76, 2C and B6. RGB value is (118,44,182). Sum of RGB (Red+Green+Blue) = 118+44+182=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 182 (71.48% from 255 or 52.91% from 344); Max value from RGB is 182 - color contains mainly: blue. Hex color #762CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CB6 is #89D349. Grayscale: #515151. Windows color (decimal): -9032522 or 11938934. OLE color: 11938934.
HSL color Cylindrical-coordinate representation of color #762CB6: hue angle of 272.17º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762CB6 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 44 | 182 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.29 |
| HSL | 272.17º | 0.61% | 0.44% | - |
| HSV(B) | 272.17º | 0.76% | 0.71% | - |
| XYZ | 16.82 | 9.03 | 45.11 | - |
| YUV | 81.86 | 184.52 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 182 | 0.35 | 0.76 | 0 | 0.29 | 272.17 | 0.61 | 0.44 |
| Hex | 76 | 2C | B6 | 23 | 4C | 0 | 1D | 110 | 3D | 2C |
| Octal | 166 | 54 | 266 | 43 | 114 | 0 | 35 | 420 | 75 | 54 |
| Binary | 1110110 | 101100 | 10110110 | 100011 | 1001100 | 0 | 11101 | 100010000 | 111101 | 101100 |
Color Harmonies of #762CB6
Complementary color
Monochromatic Colors of #762CB6
Black with #762CB6
Text Example
Text Example
White with #762CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762CB6; }
p { color: rgb(118,44,182); }
H1.HeaderClassName
{
color: #762CB6;
}
.AnyTagClassName
{
color: #762CB6;
}
</style>
background-color css
<style>
a { background-color: #762CB6; }
a { background-color: rgb(118,44,182); }
div.DivClassName
{
background-color: #762CB6;
}
.BgClassName
{
background-color: #762CB6;
}
</style>
border-color css
<style>
span { border-color: #762CB6; }
span { border-color: rgb(118,44,182); }
td.TdClassName
{
border-color: #762CB6;
}
.TagClassName
{
border-color: #762CB6;
}
</style>