Shades of Purple Heart #762DC1
Tints of Purple Heart #762DC1
RGB
CMYK
RGB Variations
Color information
#762DC1 (or 0x762DC1) is known color: Purple Heart. HEX triplet: 76, 2D and C1. RGB value is (118,45,193). Sum of RGB (Red+Green+Blue) = 118+45+193=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #762DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DC1 is #89D23E. Grayscale: #535353. Windows color (decimal): -9032255 or 12660086. OLE color: 12660086.
HSL color Cylindrical-coordinate representation of color #762DC1: hue angle of 269.59º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #762DC1 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 45 | 193 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.24 |
| HSL | 269.59º | 0.62% | 0.47% | - |
| HSV(B) | 269.59º | 0.77% | 0.76% | - |
| XYZ | 18.04 | 9.58 | 51.35 | - |
| YUV | 83.7 | 189.68 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 193 | 0.39 | 0.77 | 0 | 0.24 | 269.59 | 0.62 | 0.47 |
| Hex | 76 | 2D | C1 | 27 | 4D | 0 | 18 | 10E | 3E | 2F |
| Octal | 166 | 55 | 301 | 47 | 115 | 0 | 30 | 416 | 76 | 57 |
| Binary | 1110110 | 101101 | 11000001 | 100111 | 1001101 | 0 | 11000 | 100001110 | 111110 | 101111 |
Color Harmonies of #762DC1
Complementary color
Monochromatic Colors of #762DC1
Black with #762DC1
Text Example
Text Example
White with #762DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762DC1; }
p { color: rgb(118,45,193); }
H1.HeaderClassName
{
color: #762DC1;
}
.AnyTagClassName
{
color: #762DC1;
}
</style>
background-color css
<style>
a { background-color: #762DC1; }
a { background-color: rgb(118,45,193); }
div.DivClassName
{
background-color: #762DC1;
}
.BgClassName
{
background-color: #762DC1;
}
</style>
border-color css
<style>
span { border-color: #762DC1; }
span { border-color: rgb(118,45,193); }
td.TdClassName
{
border-color: #762DC1;
}
.TagClassName
{
border-color: #762DC1;
}
</style>