Shades of Purple Heart #7417CB
Tints of Purple Heart #7417CB
RGB
CMYK
RGB Variations
Color information
#7417CB (or 0x7417CB) is known color: Purple Heart. HEX triplet: 74, 17 and CB. RGB value is (116,23,203). Sum of RGB (Red+Green+Blue) = 116+23+203=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 23 (9.38% from 255 or 6.73% 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 #7417CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7417CB is #8BE834. Grayscale: #464646. Windows color (decimal): -9168949 or 13309812. OLE color: 13309812.
HSL color Cylindrical-coordinate representation of color #7417CB: hue angle of 271º 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 #7417CB is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 23 | 203 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.20 |
| HSL | 271º | 0.8% | 0.44% | - |
| HSV(B) | 271º | 0.89% | 0.8% | - |
| XYZ | 18.29 | 8.64 | 57.2 | - |
| YUV | 71.33 | 202.31 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 203 | 0.43 | 0.89 | 0 | 0.20 | 271 | 0.8 | 0.44 |
| Hex | 74 | 17 | CB | 2B | 59 | 0 | 14 | 10F | 50 | 2C |
| Octal | 164 | 27 | 313 | 53 | 131 | 0 | 24 | 417 | 120 | 54 |
| Binary | 1110100 | 10111 | 11001011 | 101011 | 1011001 | 0 | 10100 | 100001111 | 1010000 | 101100 |
Color Harmonies of #7417CB
Complementary color
Monochromatic Colors of #7417CB
Black with #7417CB
Text Example
Text Example
White with #7417CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7417CB; }
p { color: rgb(116,23,203); }
H1.HeaderClassName
{
color: #7417CB;
}
.AnyTagClassName
{
color: #7417CB;
}
</style>
background-color css
<style>
a { background-color: #7417CB; }
a { background-color: rgb(116,23,203); }
div.DivClassName
{
background-color: #7417CB;
}
.BgClassName
{
background-color: #7417CB;
}
</style>
border-color css
<style>
span { border-color: #7417CB; }
span { border-color: rgb(116,23,203); }
td.TdClassName
{
border-color: #7417CB;
}
.TagClassName
{
border-color: #7417CB;
}
</style>