Shades of Purple Heart #7713CB
Tints of Purple Heart #7713CB
RGB
CMYK
RGB Variations
Color information
#7713CB (or 0x7713CB) is known color: Purple Heart. HEX triplet: 77, 13 and CB. RGB value is (119,19,203). Sum of RGB (Red+Green+Blue) = 119+19+203=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #7713CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7713CB is #88EC34. Grayscale: #454545. Windows color (decimal): -8973365 or 13308791. OLE color: 13308791.
HSL color Cylindrical-coordinate representation of color #7713CB: hue angle of 272.61º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7713CB is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 19 | 203 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.20 |
| HSL | 272.61º | 0.83% | 0.44% | - |
| HSV(B) | 272.61º | 0.91% | 0.8% | - |
| XYZ | 18.62 | 8.7 | 57.2 | - |
| YUV | 69.88 | 203.13 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 203 | 0.41 | 0.91 | 0 | 0.20 | 272.61 | 0.83 | 0.44 |
| Hex | 77 | 13 | CB | 29 | 5B | 0 | 14 | 111 | 53 | 2C |
| Octal | 167 | 23 | 313 | 51 | 133 | 0 | 24 | 421 | 123 | 54 |
| Binary | 1110111 | 10011 | 11001011 | 101001 | 1011011 | 0 | 10100 | 100010001 | 1010011 | 101100 |
Color Harmonies of #7713CB
Complementary color
Monochromatic Colors of #7713CB
Black with #7713CB
Text Example
Text Example
White with #7713CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7713CB; }
p { color: rgb(119,19,203); }
H1.HeaderClassName
{
color: #7713CB;
}
.AnyTagClassName
{
color: #7713CB;
}
</style>
background-color css
<style>
a { background-color: #7713CB; }
a { background-color: rgb(119,19,203); }
div.DivClassName
{
background-color: #7713CB;
}
.BgClassName
{
background-color: #7713CB;
}
</style>
border-color css
<style>
span { border-color: #7713CB; }
span { border-color: rgb(119,19,203); }
td.TdClassName
{
border-color: #7713CB;
}
.TagClassName
{
border-color: #7713CB;
}
</style>