Shades of Purple Heart #6821BA
Tints of Purple Heart #6821BA
RGB
CMYK
RGB Variations
Color information
#6821BA (or 0x6821BA) is known color: Purple Heart. HEX triplet: 68, 21 and BA. RGB value is (104,33,186). Sum of RGB (Red+Green+Blue) = 104+33+186=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #6821BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6821BA is #97DE45. Grayscale: #474747. Windows color (decimal): -9952838 or 12198248. OLE color: 12198248.
HSL color Cylindrical-coordinate representation of color #6821BA: hue angle of 267.84º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6821BA is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 33 | 186 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.27 |
| HSL | 267.84º | 0.7% | 0.43% | - |
| HSV(B) | 267.84º | 0.82% | 0.73% | - |
| XYZ | 15.12 | 7.58 | 47.12 | - |
| YUV | 71.67 | 192.52 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 186 | 0.44 | 0.82 | 0 | 0.27 | 267.84 | 0.7 | 0.43 |
| Hex | 68 | 21 | BA | 2C | 52 | 0 | 1B | 10C | 46 | 2B |
| Octal | 150 | 41 | 272 | 54 | 122 | 0 | 33 | 414 | 106 | 53 |
| Binary | 1101000 | 100001 | 10111010 | 101100 | 1010010 | 0 | 11011 | 100001100 | 1000110 | 101011 |
Color Harmonies of #6821BA
Complementary color
Monochromatic Colors of #6821BA
Black with #6821BA
Text Example
Text Example
White with #6821BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6821BA; }
p { color: rgb(104,33,186); }
H1.HeaderClassName
{
color: #6821BA;
}
.AnyTagClassName
{
color: #6821BA;
}
</style>
background-color css
<style>
a { background-color: #6821BA; }
a { background-color: rgb(104,33,186); }
div.DivClassName
{
background-color: #6821BA;
}
.BgClassName
{
background-color: #6821BA;
}
</style>
border-color css
<style>
span { border-color: #6821BA; }
span { border-color: rgb(104,33,186); }
td.TdClassName
{
border-color: #6821BA;
}
.TagClassName
{
border-color: #6821BA;
}
</style>