Shades of Purple Heart #6720DB
Tints of Purple Heart #6720DB
RGB
CMYK
RGB Variations
Color information
#6720DB (or 0x6720DB) is known color: Purple Heart. HEX triplet: 67, 20 and DB. RGB value is (103,32,219). Sum of RGB (Red+Green+Blue) = 103+32+219=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #6720DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6720DB is #98DF24. Grayscale: #494949. Windows color (decimal): -10018597 or 14360679. OLE color: 14360679.
HSL color Cylindrical-coordinate representation of color #6720DB: hue angle of 262.78º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6720DB is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 32 | 219 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.14 |
| HSL | 262.78º | 0.75% | 0.49% | - |
| HSV(B) | 262.78º | 0.85% | 0.86% | - |
| XYZ | 18.9 | 9.03 | 67.77 | - |
| YUV | 74.55 | 209.52 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 219 | 0.53 | 0.85 | 0 | 0.14 | 262.78 | 0.75 | 0.49 |
| Hex | 67 | 20 | DB | 35 | 55 | 0 | E | 107 | 4B | 31 |
| Octal | 147 | 40 | 333 | 65 | 125 | 0 | 16 | 407 | 113 | 61 |
| Binary | 1100111 | 100000 | 11011011 | 110101 | 1010101 | 0 | 1110 | 100000111 | 1001011 | 110001 |
Color Harmonies of #6720DB
Complementary color
Monochromatic Colors of #6720DB
Black with #6720DB
Text Example
Text Example
White with #6720DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6720DB; }
p { color: rgb(103,32,219); }
H1.HeaderClassName
{
color: #6720DB;
}
.AnyTagClassName
{
color: #6720DB;
}
</style>
background-color css
<style>
a { background-color: #6720DB; }
a { background-color: rgb(103,32,219); }
div.DivClassName
{
background-color: #6720DB;
}
.BgClassName
{
background-color: #6720DB;
}
</style>
border-color css
<style>
span { border-color: #6720DB; }
span { border-color: rgb(103,32,219); }
td.TdClassName
{
border-color: #6720DB;
}
.TagClassName
{
border-color: #6720DB;
}
</style>