Shades of Purple Heart #7613CB
Tints of Purple Heart #7613CB
RGB
CMYK
RGB Variations
Color information
#7613CB (or 0x7613CB) is known color: Purple Heart. HEX triplet: 76, 13 and CB. RGB value is (118,19,203). Sum of RGB (Red+Green+Blue) = 118+19+203=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #7613CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7613CB is #89EC34. Grayscale: #444444. Windows color (decimal): -9038901 or 13308790. OLE color: 13308790.
HSL color Cylindrical-coordinate representation of color #7613CB: hue angle of 272.28º 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 #7613CB is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 19 | 203 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.20 |
| HSL | 272.28º | 0.83% | 0.44% | - |
| HSV(B) | 272.28º | 0.91% | 0.8% | - |
| XYZ | 18.48 | 8.63 | 57.19 | - |
| YUV | 69.58 | 203.3 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 19 | 203 | 0.42 | 0.91 | 0 | 0.20 | 272.28 | 0.83 | 0.44 |
| Hex | 76 | 13 | CB | 2A | 5B | 0 | 14 | 110 | 53 | 2C |
| Octal | 166 | 23 | 313 | 52 | 133 | 0 | 24 | 420 | 123 | 54 |
| Binary | 1110110 | 10011 | 11001011 | 101010 | 1011011 | 0 | 10100 | 100010000 | 1010011 | 101100 |
Color Harmonies of #7613CB
Complementary color
Monochromatic Colors of #7613CB
Black with #7613CB
Text Example
Text Example
White with #7613CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7613CB; }
p { color: rgb(118,19,203); }
H1.HeaderClassName
{
color: #7613CB;
}
.AnyTagClassName
{
color: #7613CB;
}
</style>
background-color css
<style>
a { background-color: #7613CB; }
a { background-color: rgb(118,19,203); }
div.DivClassName
{
background-color: #7613CB;
}
.BgClassName
{
background-color: #7613CB;
}
</style>
border-color css
<style>
span { border-color: #7613CB; }
span { border-color: rgb(118,19,203); }
td.TdClassName
{
border-color: #7613CB;
}
.TagClassName
{
border-color: #7613CB;
}
</style>