Shades of Purple Heart #7416D2
Tints of Purple Heart #7416D2
RGB
CMYK
RGB Variations
Color information
#7416D2 (or 0x7416D2) is known color: Purple Heart. HEX triplet: 74, 16 and D2. RGB value is (116,22,210). Sum of RGB (Red+Green+Blue) = 116+22+210=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 210 (82.42% from 255 or 60.34% from 348); Max value from RGB is 210 - color contains mainly: blue. Hex color #7416D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7416D2 is #8BE92D. Grayscale: #464646. Windows color (decimal): -9169198 or 13768308. OLE color: 13768308.
HSL color Cylindrical-coordinate representation of color #7416D2: hue angle of 270º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7416D2 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 22 | 210 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.18 |
| HSL | 270º | 0.81% | 0.45% | - |
| HSV(B) | 270º | 0.9% | 0.82% | - |
| XYZ | 19.12 | 8.94 | 61.69 | - |
| YUV | 71.54 | 206.14 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 210 | 0.45 | 0.90 | 0 | 0.18 | 270 | 0.81 | 0.45 |
| Hex | 74 | 16 | D2 | 2D | 5A | 0 | 12 | 10E | 51 | 2D |
| Octal | 164 | 26 | 322 | 55 | 132 | 0 | 22 | 416 | 121 | 55 |
| Binary | 1110100 | 10110 | 11010010 | 101101 | 1011010 | 0 | 10010 | 100001110 | 1010001 | 101101 |
Color Harmonies of #7416D2
Complementary color
Monochromatic Colors of #7416D2
Black with #7416D2
Text Example
Text Example
White with #7416D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7416D2; }
p { color: rgb(116,22,210); }
H1.HeaderClassName
{
color: #7416D2;
}
.AnyTagClassName
{
color: #7416D2;
}
</style>
background-color css
<style>
a { background-color: #7416D2; }
a { background-color: rgb(116,22,210); }
div.DivClassName
{
background-color: #7416D2;
}
.BgClassName
{
background-color: #7416D2;
}
</style>
border-color css
<style>
span { border-color: #7416D2; }
span { border-color: rgb(116,22,210); }
td.TdClassName
{
border-color: #7416D2;
}
.TagClassName
{
border-color: #7416D2;
}
</style>