Shades of Purple Heart #6724DD
Tints of Purple Heart #6724DD
RGB
CMYK
RGB Variations
Color information
#6724DD (or 0x6724DD) is known color: Purple Heart. HEX triplet: 67, 24 and DD. RGB value is (103,36,221). Sum of RGB (Red+Green+Blue) = 103+36+221=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #6724DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6724DD is #98DB22. Grayscale: #4C4C4C. Windows color (decimal): -10017571 or 14492775. OLE color: 14492775.
HSL color Cylindrical-coordinate representation of color #6724DD: hue angle of 261.73º 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 #6724DD is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 36 | 221 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.13 |
| HSL | 261.73º | 0.73% | 0.5% | - |
| HSV(B) | 261.73º | 0.84% | 0.87% | - |
| XYZ | 19.28 | 9.37 | 69.2 | - |
| YUV | 77.12 | 209.2 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 36 | 221 | 0.53 | 0.84 | 0 | 0.13 | 261.73 | 0.73 | 0.5 |
| Hex | 67 | 24 | DD | 35 | 54 | 0 | D | 106 | 49 | 32 |
| Octal | 147 | 44 | 335 | 65 | 124 | 0 | 15 | 406 | 111 | 62 |
| Binary | 1100111 | 100100 | 11011101 | 110101 | 1010100 | 0 | 1101 | 100000110 | 1001001 | 110010 |
Color Harmonies of #6724DD
Complementary color
Monochromatic Colors of #6724DD
Black with #6724DD
Text Example
Text Example
White with #6724DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6724DD; }
p { color: rgb(103,36,221); }
H1.HeaderClassName
{
color: #6724DD;
}
.AnyTagClassName
{
color: #6724DD;
}
</style>
background-color css
<style>
a { background-color: #6724DD; }
a { background-color: rgb(103,36,221); }
div.DivClassName
{
background-color: #6724DD;
}
.BgClassName
{
background-color: #6724DD;
}
</style>
border-color css
<style>
span { border-color: #6724DD; }
span { border-color: rgb(103,36,221); }
td.TdClassName
{
border-color: #6724DD;
}
.TagClassName
{
border-color: #6724DD;
}
</style>