Shades of Purple Heart #6722DB
Tints of Purple Heart #6722DB
RGB
CMYK
RGB Variations
Color information
#6722DB (or 0x6722DB) is known color: Purple Heart. HEX triplet: 67, 22 and DB. RGB value is (103,34,219). Sum of RGB (Red+Green+Blue) = 103+34+219=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #6722DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6722DB is #98DD24. Grayscale: #4B4B4B. Windows color (decimal): -10018085 or 14361191. OLE color: 14361191.
HSL color Cylindrical-coordinate representation of color #6722DB: hue angle of 262.38º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6722DB is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 34 | 219 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.14 |
| HSL | 262.38º | 0.73% | 0.5% | - |
| HSV(B) | 262.38º | 0.84% | 0.86% | - |
| XYZ | 18.95 | 9.14 | 67.78 | - |
| YUV | 75.72 | 208.86 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 219 | 0.53 | 0.84 | 0 | 0.14 | 262.38 | 0.73 | 0.5 |
| Hex | 67 | 22 | DB | 35 | 54 | 0 | E | 106 | 49 | 32 |
| Octal | 147 | 42 | 333 | 65 | 124 | 0 | 16 | 406 | 111 | 62 |
| Binary | 1100111 | 100010 | 11011011 | 110101 | 1010100 | 0 | 1110 | 100000110 | 1001001 | 110010 |
Color Harmonies of #6722DB
Complementary color
Monochromatic Colors of #6722DB
Black with #6722DB
Text Example
Text Example
White with #6722DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6722DB; }
p { color: rgb(103,34,219); }
H1.HeaderClassName
{
color: #6722DB;
}
.AnyTagClassName
{
color: #6722DB;
}
</style>
background-color css
<style>
a { background-color: #6722DB; }
a { background-color: rgb(103,34,219); }
div.DivClassName
{
background-color: #6722DB;
}
.BgClassName
{
background-color: #6722DB;
}
</style>
border-color css
<style>
span { border-color: #6722DB; }
span { border-color: rgb(103,34,219); }
td.TdClassName
{
border-color: #6722DB;
}
.TagClassName
{
border-color: #6722DB;
}
</style>