Shades of Purple Heart #682DDC
Tints of Purple Heart #682DDC
RGB
CMYK
RGB Variations
Color information
#682DDC (or 0x682DDC) is known color: Purple Heart. HEX triplet: 68, 2D and DC. RGB value is (104,45,220). Sum of RGB (Red+Green+Blue) = 104+45+220=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #682DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682DDC is #97D223. Grayscale: #515151. Windows color (decimal): -9949732 or 14429544. OLE color: 14429544.
HSL color Cylindrical-coordinate representation of color #682DDC: hue angle of 260.23º degrees, saturation: 0.71, 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 #682DDC is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 45 | 220 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.14 |
| HSL | 260.23º | 0.71% | 0.52% | - |
| HSV(B) | 260.23º | 0.8% | 0.86% | - |
| XYZ | 19.57 | 9.99 | 68.61 | - |
| YUV | 82.59 | 205.55 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 220 | 0.53 | 0.80 | 0 | 0.14 | 260.23 | 0.71 | 0.52 |
| Hex | 68 | 2D | DC | 35 | 50 | 0 | E | 104 | 47 | 34 |
| Octal | 150 | 55 | 334 | 65 | 120 | 0 | 16 | 404 | 107 | 64 |
| Binary | 1101000 | 101101 | 11011100 | 110101 | 1010000 | 0 | 1110 | 100000100 | 1000111 | 110100 |
Color Harmonies of #682DDC
Complementary color
Monochromatic Colors of #682DDC
Black with #682DDC
Text Example
Text Example
White with #682DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682DDC; }
p { color: rgb(104,45,220); }
H1.HeaderClassName
{
color: #682DDC;
}
.AnyTagClassName
{
color: #682DDC;
}
</style>
background-color css
<style>
a { background-color: #682DDC; }
a { background-color: rgb(104,45,220); }
div.DivClassName
{
background-color: #682DDC;
}
.BgClassName
{
background-color: #682DDC;
}
</style>
border-color css
<style>
span { border-color: #682DDC; }
span { border-color: rgb(104,45,220); }
td.TdClassName
{
border-color: #682DDC;
}
.TagClassName
{
border-color: #682DDC;
}
</style>