Shades of Purple Heart #6821AC
Tints of Purple Heart #6821AC
RGB
CMYK
RGB Variations
Color information
#6821AC (or 0x6821AC) is known color: Purple Heart. HEX triplet: 68, 21 and AC. RGB value is (104,33,172). Sum of RGB (Red+Green+Blue) = 104+33+172=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #6821AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6821AC is #97DE53. Grayscale: #454545. Windows color (decimal): -9952852 or 11280744. OLE color: 11280744.
HSL color Cylindrical-coordinate representation of color #6821AC: hue angle of 270.65º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6821AC is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 33 | 172 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.33 |
| HSL | 270.65º | 0.68% | 0.4% | - |
| HSV(B) | 270.65º | 0.81% | 0.67% | - |
| XYZ | 13.7 | 7.01 | 39.66 | - |
| YUV | 70.08 | 185.52 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 172 | 0.40 | 0.81 | 0 | 0.33 | 270.65 | 0.68 | 0.4 |
| Hex | 68 | 21 | AC | 28 | 51 | 0 | 21 | 10F | 44 | 28 |
| Octal | 150 | 41 | 254 | 50 | 121 | 0 | 41 | 417 | 104 | 50 |
| Binary | 1101000 | 100001 | 10101100 | 101000 | 1010001 | 0 | 100001 | 100001111 | 1000100 | 101000 |
Color Harmonies of #6821AC
Complementary color
Monochromatic Colors of #6821AC
Black with #6821AC
Text Example
Text Example
White with #6821AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6821AC; }
p { color: rgb(104,33,172); }
H1.HeaderClassName
{
color: #6821AC;
}
.AnyTagClassName
{
color: #6821AC;
}
</style>
background-color css
<style>
a { background-color: #6821AC; }
a { background-color: rgb(104,33,172); }
div.DivClassName
{
background-color: #6821AC;
}
.BgClassName
{
background-color: #6821AC;
}
</style>
border-color css
<style>
span { border-color: #6821AC; }
span { border-color: rgb(104,33,172); }
td.TdClassName
{
border-color: #6821AC;
}
.TagClassName
{
border-color: #6821AC;
}
</style>