Shades of Purple Heart #682CDC
Tints of Purple Heart #682CDC
RGB
CMYK
RGB Variations
Color information
#682CDC (or 0x682CDC) is known color: Purple Heart. HEX triplet: 68, 2C and DC. RGB value is (104,44,220). Sum of RGB (Red+Green+Blue) = 104+44+220=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #682CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CDC is #97D323. Grayscale: #515151. Windows color (decimal): -9949988 or 14429288. OLE color: 14429288.
HSL color Cylindrical-coordinate representation of color #682CDC: hue angle of 260.45º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682CDC is Cyan = 0.53, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 44 | 220 | - |
| CMYK | 0.53 | 0.8 | 0 | 0.14 |
| HSL | 260.45º | 0.72% | 0.52% | - |
| HSV(B) | 260.45º | 0.8% | 0.86% | - |
| XYZ | 19.53 | 9.91 | 68.59 | - |
| YUV | 82 | 205.88 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 220 | 0.53 | 0.8 | 0 | 0.14 | 260.45 | 0.72 | 0.52 |
| Hex | 68 | 2C | DC | 35 | 50 | 0 | E | 104 | 48 | 34 |
| Octal | 150 | 54 | 334 | 65 | 120 | 0 | 16 | 404 | 110 | 64 |
| Binary | 1101000 | 101100 | 11011100 | 110101 | 1010000 | 0 | 1110 | 100000100 | 1001000 | 110100 |
Color Harmonies of #682CDC
Complementary color
Monochromatic Colors of #682CDC
Black with #682CDC
Text Example
Text Example
White with #682CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682CDC; }
p { color: rgb(104,44,220); }
H1.HeaderClassName
{
color: #682CDC;
}
.AnyTagClassName
{
color: #682CDC;
}
</style>
background-color css
<style>
a { background-color: #682CDC; }
a { background-color: rgb(104,44,220); }
div.DivClassName
{
background-color: #682CDC;
}
.BgClassName
{
background-color: #682CDC;
}
</style>
border-color css
<style>
span { border-color: #682CDC; }
span { border-color: rgb(104,44,220); }
td.TdClassName
{
border-color: #682CDC;
}
.TagClassName
{
border-color: #682CDC;
}
</style>