Shades of Purple Heart #762FB5
Tints of Purple Heart #762FB5
RGB
CMYK
RGB Variations
Color information
#762FB5 (or 0x762FB5) is known color: Purple Heart. HEX triplet: 76, 2F and B5. RGB value is (118,47,181). Sum of RGB (Red+Green+Blue) = 118+47+181=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 181 (71.09% from 255 or 52.31% from 346); Max value from RGB is 181 - color contains mainly: blue. Hex color #762FB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762FB5 is #89D04A. Grayscale: #535353. Windows color (decimal): -9031755 or 11874166. OLE color: 11874166.
HSL color Cylindrical-coordinate representation of color #762FB5: hue angle of 271.79º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762FB5 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 47 | 181 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.29 |
| HSL | 271.79º | 0.59% | 0.45% | - |
| HSV(B) | 271.79º | 0.74% | 0.71% | - |
| XYZ | 16.83 | 9.22 | 44.61 | - |
| YUV | 83.51 | 183.02 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 181 | 0.35 | 0.74 | 0 | 0.29 | 271.79 | 0.59 | 0.45 |
| Hex | 76 | 2F | B5 | 23 | 4A | 0 | 1D | 110 | 3B | 2D |
| Octal | 166 | 57 | 265 | 43 | 112 | 0 | 35 | 420 | 73 | 55 |
| Binary | 1110110 | 101111 | 10110101 | 100011 | 1001010 | 0 | 11101 | 100010000 | 111011 | 101101 |
Color Harmonies of #762FB5
Complementary color
Monochromatic Colors of #762FB5
Black with #762FB5
Text Example
Text Example
White with #762FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762FB5; }
p { color: rgb(118,47,181); }
H1.HeaderClassName
{
color: #762FB5;
}
.AnyTagClassName
{
color: #762FB5;
}
</style>
background-color css
<style>
a { background-color: #762FB5; }
a { background-color: rgb(118,47,181); }
div.DivClassName
{
background-color: #762FB5;
}
.BgClassName
{
background-color: #762FB5;
}
</style>
border-color css
<style>
span { border-color: #762FB5; }
span { border-color: rgb(118,47,181); }
td.TdClassName
{
border-color: #762FB5;
}
.TagClassName
{
border-color: #762FB5;
}
</style>