Shades of Purple Heart #6824DD
Tints of Purple Heart #6824DD
RGB
CMYK
RGB Variations
Color information
#6824DD (or 0x6824DD) is known color: Purple Heart. HEX triplet: 68, 24 and DD. RGB value is (104,36,221). Sum of RGB (Red+Green+Blue) = 104+36+221=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #6824DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6824DD is #97DB22. Grayscale: #4C4C4C. Windows color (decimal): -9952035 or 14492776. OLE color: 14492776.
HSL color Cylindrical-coordinate representation of color #6824DD: hue angle of 262.05º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6824DD is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 36 | 221 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.13 |
| HSL | 262.05º | 0.73% | 0.5% | - |
| HSV(B) | 262.05º | 0.84% | 0.87% | - |
| XYZ | 19.39 | 9.43 | 69.2 | - |
| YUV | 77.42 | 209.03 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 221 | 0.53 | 0.84 | 0 | 0.13 | 262.05 | 0.73 | 0.5 |
| Hex | 68 | 24 | DD | 35 | 54 | 0 | D | 106 | 49 | 32 |
| Octal | 150 | 44 | 335 | 65 | 124 | 0 | 15 | 406 | 111 | 62 |
| Binary | 1101000 | 100100 | 11011101 | 110101 | 1010100 | 0 | 1101 | 100000110 | 1001001 | 110010 |
Color Harmonies of #6824DD
Complementary color
Monochromatic Colors of #6824DD
Black with #6824DD
Text Example
Text Example
White with #6824DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6824DD; }
p { color: rgb(104,36,221); }
H1.HeaderClassName
{
color: #6824DD;
}
.AnyTagClassName
{
color: #6824DD;
}
</style>
background-color css
<style>
a { background-color: #6824DD; }
a { background-color: rgb(104,36,221); }
div.DivClassName
{
background-color: #6824DD;
}
.BgClassName
{
background-color: #6824DD;
}
</style>
border-color css
<style>
span { border-color: #6824DD; }
span { border-color: rgb(104,36,221); }
td.TdClassName
{
border-color: #6824DD;
}
.TagClassName
{
border-color: #6824DD;
}
</style>