Shades of Purple Heart #7516CB
Tints of Purple Heart #7516CB
RGB
CMYK
RGB Variations
Color information
#7516CB (or 0x7516CB) is known color: Purple Heart. HEX triplet: 75, 16 and CB. RGB value is (117,22,203). Sum of RGB (Red+Green+Blue) = 117+22+203=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #7516CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7516CB is #8AE934. Grayscale: #464646. Windows color (decimal): -9103669 or 13309557. OLE color: 13309557.
HSL color Cylindrical-coordinate representation of color #7516CB: hue angle of 271.49º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7516CB is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 22 | 203 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.20 |
| HSL | 271.49º | 0.8% | 0.44% | - |
| HSV(B) | 271.49º | 0.89% | 0.8% | - |
| XYZ | 18.4 | 8.67 | 57.2 | - |
| YUV | 71.04 | 202.47 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 203 | 0.42 | 0.89 | 0 | 0.20 | 271.49 | 0.8 | 0.44 |
| Hex | 75 | 16 | CB | 2A | 59 | 0 | 14 | 10F | 50 | 2C |
| Octal | 165 | 26 | 313 | 52 | 131 | 0 | 24 | 417 | 120 | 54 |
| Binary | 1110101 | 10110 | 11001011 | 101010 | 1011001 | 0 | 10100 | 100001111 | 1010000 | 101100 |
Color Harmonies of #7516CB
Complementary color
Monochromatic Colors of #7516CB
Black with #7516CB
Text Example
Text Example
White with #7516CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7516CB; }
p { color: rgb(117,22,203); }
H1.HeaderClassName
{
color: #7516CB;
}
.AnyTagClassName
{
color: #7516CB;
}
</style>
background-color css
<style>
a { background-color: #7516CB; }
a { background-color: rgb(117,22,203); }
div.DivClassName
{
background-color: #7516CB;
}
.BgClassName
{
background-color: #7516CB;
}
</style>
border-color css
<style>
span { border-color: #7516CB; }
span { border-color: rgb(117,22,203); }
td.TdClassName
{
border-color: #7516CB;
}
.TagClassName
{
border-color: #7516CB;
}
</style>