Shades of Purple Heart #6824AD
Tints of Purple Heart #6824AD
RGB
CMYK
RGB Variations
Color information
#6824AD (or 0x6824AD) is known color: Purple Heart. HEX triplet: 68, 24 and AD. RGB value is (104,36,173). Sum of RGB (Red+Green+Blue) = 104+36+173=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #6824AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6824AD is #97DB52. Grayscale: #474747. Windows color (decimal): -9952083 or 11347048. OLE color: 11347048.
HSL color Cylindrical-coordinate representation of color #6824AD: hue angle of 269.78º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6824AD is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 36 | 173 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.32 |
| HSL | 269.78º | 0.66% | 0.41% | - |
| HSV(B) | 269.78º | 0.79% | 0.68% | - |
| XYZ | 13.88 | 7.22 | 40.2 | - |
| YUV | 71.95 | 185.03 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 173 | 0.40 | 0.79 | 0 | 0.32 | 269.78 | 0.66 | 0.41 |
| Hex | 68 | 24 | AD | 28 | 4F | 0 | 20 | 10E | 42 | 29 |
| Octal | 150 | 44 | 255 | 50 | 117 | 0 | 40 | 416 | 102 | 51 |
| Binary | 1101000 | 100100 | 10101101 | 101000 | 1001111 | 0 | 100000 | 100001110 | 1000010 | 101001 |
Color Harmonies of #6824AD
Complementary color
Monochromatic Colors of #6824AD
Black with #6824AD
Text Example
Text Example
White with #6824AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6824AD; }
p { color: rgb(104,36,173); }
H1.HeaderClassName
{
color: #6824AD;
}
.AnyTagClassName
{
color: #6824AD;
}
</style>
background-color css
<style>
a { background-color: #6824AD; }
a { background-color: rgb(104,36,173); }
div.DivClassName
{
background-color: #6824AD;
}
.BgClassName
{
background-color: #6824AD;
}
</style>
border-color css
<style>
span { border-color: #6824AD; }
span { border-color: rgb(104,36,173); }
td.TdClassName
{
border-color: #6824AD;
}
.TagClassName
{
border-color: #6824AD;
}
</style>