Shades of Purple Heart #761FD0
Tints of Purple Heart #761FD0
RGB
CMYK
RGB Variations
Color information
#761FD0 (or 0x761FD0) is known color: Purple Heart. HEX triplet: 76, 1F and D0. RGB value is (118,31,208). Sum of RGB (Red+Green+Blue) = 118+31+208=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #761FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761FD0 is #89E02F. Grayscale: #4C4C4C. Windows color (decimal): -9035824 or 13639542. OLE color: 13639542.
HSL color Cylindrical-coordinate representation of color #761FD0: hue angle of 269.49º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761FD0 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 31 | 208 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.18 |
| HSL | 269.49º | 0.74% | 0.47% | - |
| HSV(B) | 269.49º | 0.85% | 0.82% | - |
| XYZ | 19.35 | 9.39 | 60.47 | - |
| YUV | 77.19 | 201.82 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 208 | 0.43 | 0.85 | 0 | 0.18 | 269.49 | 0.74 | 0.47 |
| Hex | 76 | 1F | D0 | 2B | 55 | 0 | 12 | 10D | 4A | 2F |
| Octal | 166 | 37 | 320 | 53 | 125 | 0 | 22 | 415 | 112 | 57 |
| Binary | 1110110 | 11111 | 11010000 | 101011 | 1010101 | 0 | 10010 | 100001101 | 1001010 | 101111 |
Color Harmonies of #761FD0
Complementary color
Monochromatic Colors of #761FD0
Black with #761FD0
Text Example
Text Example
White with #761FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761FD0; }
p { color: rgb(118,31,208); }
H1.HeaderClassName
{
color: #761FD0;
}
.AnyTagClassName
{
color: #761FD0;
}
</style>
background-color css
<style>
a { background-color: #761FD0; }
a { background-color: rgb(118,31,208); }
div.DivClassName
{
background-color: #761FD0;
}
.BgClassName
{
background-color: #761FD0;
}
</style>
border-color css
<style>
span { border-color: #761FD0; }
span { border-color: rgb(118,31,208); }
td.TdClassName
{
border-color: #761FD0;
}
.TagClassName
{
border-color: #761FD0;
}
</style>