Shades of Purple Heart #6822BD
Tints of Purple Heart #6822BD
RGB
CMYK
RGB Variations
Color information
#6822BD (or 0x6822BD) is known color: Purple Heart. HEX triplet: 68, 22 and BD. RGB value is (104,34,189). Sum of RGB (Red+Green+Blue) = 104+34+189=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #6822BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6822BD is #97DD42. Grayscale: #484848. Windows color (decimal): -9952579 or 12395112. OLE color: 12395112.
HSL color Cylindrical-coordinate representation of color #6822BD: hue angle of 267.1º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6822BD is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 34 | 189 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.26 |
| HSL | 267.1º | 0.7% | 0.44% | - |
| HSV(B) | 267.1º | 0.82% | 0.74% | - |
| XYZ | 15.47 | 7.76 | 48.83 | - |
| YUV | 72.6 | 193.69 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 189 | 0.45 | 0.82 | 0 | 0.26 | 267.1 | 0.7 | 0.44 |
| Hex | 68 | 22 | BD | 2D | 52 | 0 | 1A | 10B | 46 | 2C |
| Octal | 150 | 42 | 275 | 55 | 122 | 0 | 32 | 413 | 106 | 54 |
| Binary | 1101000 | 100010 | 10111101 | 101101 | 1010010 | 0 | 11010 | 100001011 | 1000110 | 101100 |
Color Harmonies of #6822BD
Complementary color
Monochromatic Colors of #6822BD
Black with #6822BD
Text Example
Text Example
White with #6822BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6822BD; }
p { color: rgb(104,34,189); }
H1.HeaderClassName
{
color: #6822BD;
}
.AnyTagClassName
{
color: #6822BD;
}
</style>
background-color css
<style>
a { background-color: #6822BD; }
a { background-color: rgb(104,34,189); }
div.DivClassName
{
background-color: #6822BD;
}
.BgClassName
{
background-color: #6822BD;
}
</style>
border-color css
<style>
span { border-color: #6822BD; }
span { border-color: rgb(104,34,189); }
td.TdClassName
{
border-color: #6822BD;
}
.TagClassName
{
border-color: #6822BD;
}
</style>