Shades of Purple Heart #6821DB
Tints of Purple Heart #6821DB
RGB
CMYK
RGB Variations
Color information
#6821DB (or 0x6821DB) is known color: Purple Heart. HEX triplet: 68, 21 and DB. RGB value is (104,33,219). Sum of RGB (Red+Green+Blue) = 104+33+219=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 33 (13.28% from 255 or 9.27% 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 #6821DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6821DB is #97DE24. Grayscale: #4A4A4A. Windows color (decimal): -9952805 or 14360936. OLE color: 14360936.
HSL color Cylindrical-coordinate representation of color #6821DB: hue angle of 262.9º degrees, saturation: 0.74, 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 #6821DB is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 33 | 219 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.14 |
| HSL | 262.9º | 0.74% | 0.49% | - |
| HSV(B) | 262.9º | 0.85% | 0.86% | - |
| XYZ | 19.04 | 9.15 | 67.78 | - |
| YUV | 75.43 | 209.02 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 219 | 0.53 | 0.85 | 0 | 0.14 | 262.9 | 0.74 | 0.49 |
| Hex | 68 | 21 | DB | 35 | 55 | 0 | E | 107 | 4A | 31 |
| Octal | 150 | 41 | 333 | 65 | 125 | 0 | 16 | 407 | 112 | 61 |
| Binary | 1101000 | 100001 | 11011011 | 110101 | 1010101 | 0 | 1110 | 100000111 | 1001010 | 110001 |
Color Harmonies of #6821DB
Complementary color
Monochromatic Colors of #6821DB
Black with #6821DB
Text Example
Text Example
White with #6821DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6821DB; }
p { color: rgb(104,33,219); }
H1.HeaderClassName
{
color: #6821DB;
}
.AnyTagClassName
{
color: #6821DB;
}
</style>
background-color css
<style>
a { background-color: #6821DB; }
a { background-color: rgb(104,33,219); }
div.DivClassName
{
background-color: #6821DB;
}
.BgClassName
{
background-color: #6821DB;
}
</style>
border-color css
<style>
span { border-color: #6821DB; }
span { border-color: rgb(104,33,219); }
td.TdClassName
{
border-color: #6821DB;
}
.TagClassName
{
border-color: #6821DB;
}
</style>