Shades of Purple Heart #7713CA
Tints of Purple Heart #7713CA
RGB
CMYK
RGB Variations
Color information
#7713CA (or 0x7713CA) is known color: Purple Heart. HEX triplet: 77, 13 and CA. RGB value is (119,19,202). Sum of RGB (Red+Green+Blue) = 119+19+202=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #7713CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7713CA is #88EC35. Grayscale: #454545. Windows color (decimal): -8973366 or 13243255. OLE color: 13243255.
HSL color Cylindrical-coordinate representation of color #7713CA: hue angle of 272.79º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7713CA is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 19 | 202 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.21 |
| HSL | 272.79º | 0.83% | 0.43% | - |
| HSV(B) | 272.79º | 0.91% | 0.79% | - |
| XYZ | 18.5 | 8.65 | 56.57 | - |
| YUV | 69.76 | 202.63 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 202 | 0.41 | 0.91 | 0 | 0.21 | 272.79 | 0.83 | 0.43 |
| Hex | 77 | 13 | CA | 29 | 5B | 0 | 15 | 111 | 53 | 2B |
| Octal | 167 | 23 | 312 | 51 | 133 | 0 | 25 | 421 | 123 | 53 |
| Binary | 1110111 | 10011 | 11001010 | 101001 | 1011011 | 0 | 10101 | 100010001 | 1010011 | 101011 |
Color Harmonies of #7713CA
Complementary color
Monochromatic Colors of #7713CA
Black with #7713CA
Text Example
Text Example
White with #7713CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7713CA; }
p { color: rgb(119,19,202); }
H1.HeaderClassName
{
color: #7713CA;
}
.AnyTagClassName
{
color: #7713CA;
}
</style>
background-color css
<style>
a { background-color: #7713CA; }
a { background-color: rgb(119,19,202); }
div.DivClassName
{
background-color: #7713CA;
}
.BgClassName
{
background-color: #7713CA;
}
</style>
border-color css
<style>
span { border-color: #7713CA; }
span { border-color: rgb(119,19,202); }
td.TdClassName
{
border-color: #7713CA;
}
.TagClassName
{
border-color: #7713CA;
}
</style>