Shades of Purple Heart #762BC3
Tints of Purple Heart #762BC3
RGB
CMYK
RGB Variations
Color information
#762BC3 (or 0x762BC3) is known color: Purple Heart. HEX triplet: 76, 2B and C3. RGB value is (118,43,195). Sum of RGB (Red+Green+Blue) = 118+43+195=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 195 (76.56% from 255 or 54.78% from 356); Max value from RGB is 195 - color contains mainly: blue. Hex color #762BC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BC3 is #89D43C. Grayscale: #525252. Windows color (decimal): -9032765 or 12790646. OLE color: 12790646.
HSL color Cylindrical-coordinate representation of color #762BC3: hue angle of 269.61º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762BC3 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 43 | 195 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.24 |
| HSL | 269.61º | 0.64% | 0.47% | - |
| HSV(B) | 269.61º | 0.78% | 0.76% | - |
| XYZ | 18.19 | 9.52 | 52.51 | - |
| YUV | 82.75 | 191.35 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 195 | 0.39 | 0.78 | 0 | 0.24 | 269.61 | 0.64 | 0.47 |
| Hex | 76 | 2B | C3 | 27 | 4E | 0 | 18 | 10E | 40 | 2F |
| Octal | 166 | 53 | 303 | 47 | 116 | 0 | 30 | 416 | 100 | 57 |
| Binary | 1110110 | 101011 | 11000011 | 100111 | 1001110 | 0 | 11000 | 100001110 | 1000000 | 101111 |
Color Harmonies of #762BC3
Complementary color
Monochromatic Colors of #762BC3
Black with #762BC3
Text Example
Text Example
White with #762BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762BC3; }
p { color: rgb(118,43,195); }
H1.HeaderClassName
{
color: #762BC3;
}
.AnyTagClassName
{
color: #762BC3;
}
</style>
background-color css
<style>
a { background-color: #762BC3; }
a { background-color: rgb(118,43,195); }
div.DivClassName
{
background-color: #762BC3;
}
.BgClassName
{
background-color: #762BC3;
}
</style>
border-color css
<style>
span { border-color: #762BC3; }
span { border-color: rgb(118,43,195); }
td.TdClassName
{
border-color: #762BC3;
}
.TagClassName
{
border-color: #762BC3;
}
</style>