Shades of Purple Heart #762ECD
Tints of Purple Heart #762ECD
RGB
CMYK
RGB Variations
Color information
#762ECD (or 0x762ECD) is known color: Purple Heart. HEX triplet: 76, 2E and CD. RGB value is (118,46,205). Sum of RGB (Red+Green+Blue) = 118+46+205=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #762ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762ECD is #89D132. Grayscale: #555555. Windows color (decimal): -9031987 or 13446774. OLE color: 13446774.
HSL color Cylindrical-coordinate representation of color #762ECD: hue angle of 267.17º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762ECD is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 46 | 205 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.20 |
| HSL | 267.17º | 0.63% | 0.49% | - |
| HSV(B) | 267.17º | 0.78% | 0.8% | - |
| XYZ | 19.47 | 10.21 | 58.7 | - |
| YUV | 85.65 | 195.35 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 205 | 0.42 | 0.78 | 0 | 0.20 | 267.17 | 0.63 | 0.49 |
| Hex | 76 | 2E | CD | 2A | 4E | 0 | 14 | 10B | 3F | 31 |
| Octal | 166 | 56 | 315 | 52 | 116 | 0 | 24 | 413 | 77 | 61 |
| Binary | 1110110 | 101110 | 11001101 | 101010 | 1001110 | 0 | 10100 | 100001011 | 111111 | 110001 |
Color Harmonies of #762ECD
Complementary color
Monochromatic Colors of #762ECD
Black with #762ECD
Text Example
Text Example
White with #762ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762ECD; }
p { color: rgb(118,46,205); }
H1.HeaderClassName
{
color: #762ECD;
}
.AnyTagClassName
{
color: #762ECD;
}
</style>
background-color css
<style>
a { background-color: #762ECD; }
a { background-color: rgb(118,46,205); }
div.DivClassName
{
background-color: #762ECD;
}
.BgClassName
{
background-color: #762ECD;
}
</style>
border-color css
<style>
span { border-color: #762ECD; }
span { border-color: rgb(118,46,205); }
td.TdClassName
{
border-color: #762ECD;
}
.TagClassName
{
border-color: #762ECD;
}
</style>