Shades of Purple Heart #762FC1
Tints of Purple Heart #762FC1
RGB
CMYK
RGB Variations
Color information
#762FC1 (or 0x762FC1) is known color: Purple Heart. HEX triplet: 76, 2F and C1. RGB value is (118,47,193). Sum of RGB (Red+Green+Blue) = 118+47+193=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #762FC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762FC1 is #89D03E. Grayscale: #545454. Windows color (decimal): -9031743 or 12660598. OLE color: 12660598.
HSL color Cylindrical-coordinate representation of color #762FC1: hue angle of 269.18º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762FC1 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 47 | 193 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.24 |
| HSL | 269.18º | 0.61% | 0.47% | - |
| HSV(B) | 269.18º | 0.76% | 0.76% | - |
| XYZ | 18.11 | 9.73 | 51.38 | - |
| YUV | 84.87 | 189.02 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 193 | 0.39 | 0.76 | 0 | 0.24 | 269.18 | 0.61 | 0.47 |
| Hex | 76 | 2F | C1 | 27 | 4C | 0 | 18 | 10D | 3D | 2F |
| Octal | 166 | 57 | 301 | 47 | 114 | 0 | 30 | 415 | 75 | 57 |
| Binary | 1110110 | 101111 | 11000001 | 100111 | 1001100 | 0 | 11000 | 100001101 | 111101 | 101111 |
Color Harmonies of #762FC1
Complementary color
Monochromatic Colors of #762FC1
Black with #762FC1
Text Example
Text Example
White with #762FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762FC1; }
p { color: rgb(118,47,193); }
H1.HeaderClassName
{
color: #762FC1;
}
.AnyTagClassName
{
color: #762FC1;
}
</style>
background-color css
<style>
a { background-color: #762FC1; }
a { background-color: rgb(118,47,193); }
div.DivClassName
{
background-color: #762FC1;
}
.BgClassName
{
background-color: #762FC1;
}
</style>
border-color css
<style>
span { border-color: #762FC1; }
span { border-color: rgb(118,47,193); }
td.TdClassName
{
border-color: #762FC1;
}
.TagClassName
{
border-color: #762FC1;
}
</style>