Shades of Purple Heart #6824DA
Tints of Purple Heart #6824DA
RGB
CMYK
RGB Variations
Color information
#6824DA (or 0x6824DA) is known color: Purple Heart. HEX triplet: 68, 24 and DA. RGB value is (104,36,218). Sum of RGB (Red+Green+Blue) = 104+36+218=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #6824DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6824DA is #97DB25. Grayscale: #4C4C4C. Windows color (decimal): -9952038 or 14296168. OLE color: 14296168.
HSL color Cylindrical-coordinate representation of color #6824DA: hue angle of 262.42º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6824DA is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 36 | 218 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.15 |
| HSL | 262.42º | 0.72% | 0.5% | - |
| HSV(B) | 262.42º | 0.83% | 0.85% | - |
| XYZ | 18.99 | 9.27 | 67.12 | - |
| YUV | 77.08 | 207.53 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 218 | 0.52 | 0.83 | 0 | 0.15 | 262.42 | 0.72 | 0.5 |
| Hex | 68 | 24 | DA | 34 | 53 | 0 | F | 106 | 48 | 32 |
| Octal | 150 | 44 | 332 | 64 | 123 | 0 | 17 | 406 | 110 | 62 |
| Binary | 1101000 | 100100 | 11011010 | 110100 | 1010011 | 0 | 1111 | 100000110 | 1001000 | 110010 |
Color Harmonies of #6824DA
Complementary color
Monochromatic Colors of #6824DA
Black with #6824DA
Text Example
Text Example
White with #6824DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6824DA; }
p { color: rgb(104,36,218); }
H1.HeaderClassName
{
color: #6824DA;
}
.AnyTagClassName
{
color: #6824DA;
}
</style>
background-color css
<style>
a { background-color: #6824DA; }
a { background-color: rgb(104,36,218); }
div.DivClassName
{
background-color: #6824DA;
}
.BgClassName
{
background-color: #6824DA;
}
</style>
border-color css
<style>
span { border-color: #6824DA; }
span { border-color: rgb(104,36,218); }
td.TdClassName
{
border-color: #6824DA;
}
.TagClassName
{
border-color: #6824DA;
}
</style>