Shades of Purple Heart #6824DF
Tints of Purple Heart #6824DF
RGB
CMYK
RGB Variations
Color information
#6824DF (or 0x6824DF) is known color: Purple Heart. HEX triplet: 68, 24 and DF. RGB value is (104,36,223). Sum of RGB (Red+Green+Blue) = 104+36+223=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #6824DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6824DF is #97DB20. Grayscale: #4C4C4C. Windows color (decimal): -9952033 or 14623848. OLE color: 14623848.
HSL color Cylindrical-coordinate representation of color #6824DF: hue angle of 261.82º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6824DF is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 36 | 223 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.13 |
| HSL | 261.82º | 0.75% | 0.51% | - |
| HSV(B) | 261.82º | 0.84% | 0.87% | - |
| XYZ | 19.66 | 9.53 | 70.62 | - |
| YUV | 77.65 | 210.03 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 223 | 0.53 | 0.84 | 0 | 0.13 | 261.82 | 0.75 | 0.51 |
| Hex | 68 | 24 | DF | 35 | 54 | 0 | D | 106 | 4B | 33 |
| Octal | 150 | 44 | 337 | 65 | 124 | 0 | 15 | 406 | 113 | 63 |
| Binary | 1101000 | 100100 | 11011111 | 110101 | 1010100 | 0 | 1101 | 100000110 | 1001011 | 110011 |
Color Harmonies of #6824DF
Complementary color
Monochromatic Colors of #6824DF
Black with #6824DF
Text Example
Text Example
White with #6824DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6824DF; }
p { color: rgb(104,36,223); }
H1.HeaderClassName
{
color: #6824DF;
}
.AnyTagClassName
{
color: #6824DF;
}
</style>
background-color css
<style>
a { background-color: #6824DF; }
a { background-color: rgb(104,36,223); }
div.DivClassName
{
background-color: #6824DF;
}
.BgClassName
{
background-color: #6824DF;
}
</style>
border-color css
<style>
span { border-color: #6824DF; }
span { border-color: rgb(104,36,223); }
td.TdClassName
{
border-color: #6824DF;
}
.TagClassName
{
border-color: #6824DF;
}
</style>