Shades of Purple Heart #682CDD
Tints of Purple Heart #682CDD
RGB
CMYK
RGB Variations
Color information
#682CDD (or 0x682CDD) is known color: Purple Heart. HEX triplet: 68, 2C and DD. RGB value is (104,44,221). Sum of RGB (Red+Green+Blue) = 104+44+221=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #682CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CDD is #97D322. Grayscale: #515151. Windows color (decimal): -9949987 or 14494824. OLE color: 14494824.
HSL color Cylindrical-coordinate representation of color #682CDD: hue angle of 260.34º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682CDD is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 44 | 221 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.13 |
| HSL | 260.34º | 0.72% | 0.52% | - |
| HSV(B) | 260.34º | 0.8% | 0.87% | - |
| XYZ | 19.66 | 9.96 | 69.29 | - |
| YUV | 82.12 | 206.38 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 221 | 0.53 | 0.80 | 0 | 0.13 | 260.34 | 0.72 | 0.52 |
| Hex | 68 | 2C | DD | 35 | 50 | 0 | D | 104 | 48 | 34 |
| Octal | 150 | 54 | 335 | 65 | 120 | 0 | 15 | 404 | 110 | 64 |
| Binary | 1101000 | 101100 | 11011101 | 110101 | 1010000 | 0 | 1101 | 100000100 | 1001000 | 110100 |
Color Harmonies of #682CDD
Complementary color
Monochromatic Colors of #682CDD
Black with #682CDD
Text Example
Text Example
White with #682CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682CDD; }
p { color: rgb(104,44,221); }
H1.HeaderClassName
{
color: #682CDD;
}
.AnyTagClassName
{
color: #682CDD;
}
</style>
background-color css
<style>
a { background-color: #682CDD; }
a { background-color: rgb(104,44,221); }
div.DivClassName
{
background-color: #682CDD;
}
.BgClassName
{
background-color: #682CDD;
}
</style>
border-color css
<style>
span { border-color: #682CDD; }
span { border-color: rgb(104,44,221); }
td.TdClassName
{
border-color: #682CDD;
}
.TagClassName
{
border-color: #682CDD;
}
</style>