Shades of Purple Heart #762DB3
Tints of Purple Heart #762DB3
RGB
CMYK
RGB Variations
Color information
#762DB3 (or 0x762DB3) is known color: Purple Heart. HEX triplet: 76, 2D and B3. RGB value is (118,45,179). Sum of RGB (Red+Green+Blue) = 118+45+179=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #762DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DB3 is #89D24C. Grayscale: #515151. Windows color (decimal): -9032269 or 11742582. OLE color: 11742582.
HSL color Cylindrical-coordinate representation of color #762DB3: hue angle of 272.69º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762DB3 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 45 | 179 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.30 |
| HSL | 272.69º | 0.6% | 0.44% | - |
| HSV(B) | 272.69º | 0.75% | 0.7% | - |
| XYZ | 16.55 | 8.98 | 43.51 | - |
| YUV | 82.1 | 182.68 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 179 | 0.34 | 0.75 | 0 | 0.30 | 272.69 | 0.6 | 0.44 |
| Hex | 76 | 2D | B3 | 22 | 4B | 0 | 1E | 111 | 3C | 2C |
| Octal | 166 | 55 | 263 | 42 | 113 | 0 | 36 | 421 | 74 | 54 |
| Binary | 1110110 | 101101 | 10110011 | 100010 | 1001011 | 0 | 11110 | 100010001 | 111100 | 101100 |
Color Harmonies of #762DB3
Complementary color
Monochromatic Colors of #762DB3
Black with #762DB3
Text Example
Text Example
White with #762DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762DB3; }
p { color: rgb(118,45,179); }
H1.HeaderClassName
{
color: #762DB3;
}
.AnyTagClassName
{
color: #762DB3;
}
</style>
background-color css
<style>
a { background-color: #762DB3; }
a { background-color: rgb(118,45,179); }
div.DivClassName
{
background-color: #762DB3;
}
.BgClassName
{
background-color: #762DB3;
}
</style>
border-color css
<style>
span { border-color: #762DB3; }
span { border-color: rgb(118,45,179); }
td.TdClassName
{
border-color: #762DB3;
}
.TagClassName
{
border-color: #762DB3;
}
</style>