Shades of Purple Heart #761FCD
Tints of Purple Heart #761FCD
RGB
CMYK
RGB Variations
Color information
#761FCD (or 0x761FCD) is known color: Purple Heart. HEX triplet: 76, 1F and CD. RGB value is (118,31,205). Sum of RGB (Red+Green+Blue) = 118+31+205=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #761FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761FCD is #89E032. Grayscale: #4C4C4C. Windows color (decimal): -9035827 or 13442934. OLE color: 13442934.
HSL color Cylindrical-coordinate representation of color #761FCD: hue angle of 270º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761FCD is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 31 | 205 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.20 |
| HSL | 270º | 0.74% | 0.46% | - |
| HSV(B) | 270º | 0.85% | 0.8% | - |
| XYZ | 18.98 | 9.24 | 58.54 | - |
| YUV | 76.85 | 200.32 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 205 | 0.42 | 0.85 | 0 | 0.20 | 270 | 0.74 | 0.46 |
| Hex | 76 | 1F | CD | 2A | 55 | 0 | 14 | 10E | 4A | 2E |
| Octal | 166 | 37 | 315 | 52 | 125 | 0 | 24 | 416 | 112 | 56 |
| Binary | 1110110 | 11111 | 11001101 | 101010 | 1010101 | 0 | 10100 | 100001110 | 1001010 | 101110 |
Color Harmonies of #761FCD
Complementary color
Monochromatic Colors of #761FCD
Black with #761FCD
Text Example
Text Example
White with #761FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761FCD; }
p { color: rgb(118,31,205); }
H1.HeaderClassName
{
color: #761FCD;
}
.AnyTagClassName
{
color: #761FCD;
}
</style>
background-color css
<style>
a { background-color: #761FCD; }
a { background-color: rgb(118,31,205); }
div.DivClassName
{
background-color: #761FCD;
}
.BgClassName
{
background-color: #761FCD;
}
</style>
border-color css
<style>
span { border-color: #761FCD; }
span { border-color: rgb(118,31,205); }
td.TdClassName
{
border-color: #761FCD;
}
.TagClassName
{
border-color: #761FCD;
}
</style>