Shades of Purple Heart #6826AD
Tints of Purple Heart #6826AD
RGB
CMYK
RGB Variations
Color information
#6826AD (or 0x6826AD) is known color: Purple Heart. HEX triplet: 68, 26 and AD. RGB value is (104,38,173). Sum of RGB (Red+Green+Blue) = 104+38+173=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #6826AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6826AD is #97D952. Grayscale: #484848. Windows color (decimal): -9951571 or 11347560. OLE color: 11347560.
HSL color Cylindrical-coordinate representation of color #6826AD: hue angle of 269.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6826AD is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 38 | 173 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.32 |
| HSL | 269.33º | 0.64% | 0.41% | - |
| HSV(B) | 269.33º | 0.78% | 0.68% | - |
| XYZ | 13.94 | 7.35 | 40.22 | - |
| YUV | 73.12 | 184.37 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 173 | 0.40 | 0.78 | 0 | 0.32 | 269.33 | 0.64 | 0.41 |
| Hex | 68 | 26 | AD | 28 | 4E | 0 | 20 | 10D | 40 | 29 |
| Octal | 150 | 46 | 255 | 50 | 116 | 0 | 40 | 415 | 100 | 51 |
| Binary | 1101000 | 100110 | 10101101 | 101000 | 1001110 | 0 | 100000 | 100001101 | 1000000 | 101001 |
Color Harmonies of #6826AD
Complementary color
Monochromatic Colors of #6826AD
Black with #6826AD
Text Example
Text Example
White with #6826AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6826AD; }
p { color: rgb(104,38,173); }
H1.HeaderClassName
{
color: #6826AD;
}
.AnyTagClassName
{
color: #6826AD;
}
</style>
background-color css
<style>
a { background-color: #6826AD; }
a { background-color: rgb(104,38,173); }
div.DivClassName
{
background-color: #6826AD;
}
.BgClassName
{
background-color: #6826AD;
}
</style>
border-color css
<style>
span { border-color: #6826AD; }
span { border-color: rgb(104,38,173); }
td.TdClassName
{
border-color: #6826AD;
}
.TagClassName
{
border-color: #6826AD;
}
</style>