Shades of Purple Heart #6722DD
Tints of Purple Heart #6722DD
RGB
CMYK
RGB Variations
Color information
#6722DD (or 0x6722DD) is known color: Purple Heart. HEX triplet: 67, 22 and DD. RGB value is (103,34,221). Sum of RGB (Red+Green+Blue) = 103+34+221=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #6722DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6722DD is #98DD22. Grayscale: #4B4B4B. Windows color (decimal): -10018083 or 14492263. OLE color: 14492263.
HSL color Cylindrical-coordinate representation of color #6722DD: hue angle of 262.14º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6722DD is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 34 | 221 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.13 |
| HSL | 262.14º | 0.73% | 0.5% | - |
| HSV(B) | 262.14º | 0.85% | 0.87% | - |
| XYZ | 19.22 | 9.25 | 69.18 | - |
| YUV | 75.95 | 209.86 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 221 | 0.53 | 0.85 | 0 | 0.13 | 262.14 | 0.73 | 0.5 |
| Hex | 67 | 22 | DD | 35 | 55 | 0 | D | 106 | 49 | 32 |
| Octal | 147 | 42 | 335 | 65 | 125 | 0 | 15 | 406 | 111 | 62 |
| Binary | 1100111 | 100010 | 11011101 | 110101 | 1010101 | 0 | 1101 | 100000110 | 1001001 | 110010 |
Color Harmonies of #6722DD
Complementary color
Monochromatic Colors of #6722DD
Black with #6722DD
Text Example
Text Example
White with #6722DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6722DD; }
p { color: rgb(103,34,221); }
H1.HeaderClassName
{
color: #6722DD;
}
.AnyTagClassName
{
color: #6722DD;
}
</style>
background-color css
<style>
a { background-color: #6722DD; }
a { background-color: rgb(103,34,221); }
div.DivClassName
{
background-color: #6722DD;
}
.BgClassName
{
background-color: #6722DD;
}
</style>
border-color css
<style>
span { border-color: #6722DD; }
span { border-color: rgb(103,34,221); }
td.TdClassName
{
border-color: #6722DD;
}
.TagClassName
{
border-color: #6722DD;
}
</style>