Shades of Purple Heart #722FD1
Tints of Purple Heart #722FD1
RGB
CMYK
RGB Variations
Color information
#722FD1 (or 0x722FD1) is known color: Purple Heart. HEX triplet: 72, 2F and D1. RGB value is (114,47,209). Sum of RGB (Red+Green+Blue) = 114+47+209=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 209 (82.03% from 255 or 56.49% from 370); Max value from RGB is 209 - color contains mainly: blue. Hex color #722FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722FD1 is #8DD02E. Grayscale: #545454. Windows color (decimal): -9293871 or 13709170. OLE color: 13709170.
HSL color Cylindrical-coordinate representation of color #722FD1: hue angle of 264.81º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #722FD1 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 47 | 209 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.18 |
| HSL | 264.81º | 0.64% | 0.5% | - |
| HSV(B) | 264.81º | 0.78% | 0.82% | - |
| XYZ | 19.46 | 10.21 | 61.27 | - |
| YUV | 85.5 | 197.7 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 209 | 0.45 | 0.78 | 0 | 0.18 | 264.81 | 0.64 | 0.5 |
| Hex | 72 | 2F | D1 | 2D | 4E | 0 | 12 | 109 | 40 | 32 |
| Octal | 162 | 57 | 321 | 55 | 116 | 0 | 22 | 411 | 100 | 62 |
| Binary | 1110010 | 101111 | 11010001 | 101101 | 1001110 | 0 | 10010 | 100001001 | 1000000 | 110010 |
Color Harmonies of #722FD1
Complementary color
Monochromatic Colors of #722FD1
Black with #722FD1
Text Example
Text Example
White with #722FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722FD1; }
p { color: rgb(114,47,209); }
H1.HeaderClassName
{
color: #722FD1;
}
.AnyTagClassName
{
color: #722FD1;
}
</style>
background-color css
<style>
a { background-color: #722FD1; }
a { background-color: rgb(114,47,209); }
div.DivClassName
{
background-color: #722FD1;
}
.BgClassName
{
background-color: #722FD1;
}
</style>
border-color css
<style>
span { border-color: #722FD1; }
span { border-color: rgb(114,47,209); }
td.TdClassName
{
border-color: #722FD1;
}
.TagClassName
{
border-color: #722FD1;
}
</style>