Shades of Purple Heart #682ECD
Tints of Purple Heart #682ECD
RGB
CMYK
RGB Variations
Color information
#682ECD (or 0x682ECD) is known color: Purple Heart. HEX triplet: 68, 2E and CD. RGB value is (104,46,205). Sum of RGB (Red+Green+Blue) = 104+46+205=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #682ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682ECD is #97D132. Grayscale: #505050. Windows color (decimal): -9949491 or 13446760. OLE color: 13446760.
HSL color Cylindrical-coordinate representation of color #682ECD: hue angle of 261.89º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #682ECD is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 46 | 205 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.20 |
| HSL | 261.89º | 0.63% | 0.49% | - |
| HSV(B) | 261.89º | 0.78% | 0.8% | - |
| XYZ | 17.71 | 9.3 | 58.62 | - |
| YUV | 81.47 | 197.72 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 205 | 0.49 | 0.78 | 0 | 0.20 | 261.89 | 0.63 | 0.49 |
| Hex | 68 | 2E | CD | 31 | 4E | 0 | 14 | 106 | 3F | 31 |
| Octal | 150 | 56 | 315 | 61 | 116 | 0 | 24 | 406 | 77 | 61 |
| Binary | 1101000 | 101110 | 11001101 | 110001 | 1001110 | 0 | 10100 | 100000110 | 111111 | 110001 |
Color Harmonies of #682ECD
Complementary color
Monochromatic Colors of #682ECD
Black with #682ECD
Text Example
Text Example
White with #682ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682ECD; }
p { color: rgb(104,46,205); }
H1.HeaderClassName
{
color: #682ECD;
}
.AnyTagClassName
{
color: #682ECD;
}
</style>
background-color css
<style>
a { background-color: #682ECD; }
a { background-color: rgb(104,46,205); }
div.DivClassName
{
background-color: #682ECD;
}
.BgClassName
{
background-color: #682ECD;
}
</style>
border-color css
<style>
span { border-color: #682ECD; }
span { border-color: rgb(104,46,205); }
td.TdClassName
{
border-color: #682ECD;
}
.TagClassName
{
border-color: #682ECD;
}
</style>