Shades of Purple Heart #682BDD
Tints of Purple Heart #682BDD
RGB
CMYK
RGB Variations
Color information
#682BDD (or 0x682BDD) is known color: Purple Heart. HEX triplet: 68, 2B and DD. RGB value is (104,43,221). Sum of RGB (Red+Green+Blue) = 104+43+221=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #682BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682BDD is #97D422. Grayscale: #505050. Windows color (decimal): -9950243 or 14494568. OLE color: 14494568.
HSL color Cylindrical-coordinate representation of color #682BDD: hue angle of 260.56º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #682BDD is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 43 | 221 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.13 |
| HSL | 260.56º | 0.72% | 0.52% | - |
| HSV(B) | 260.56º | 0.81% | 0.87% | - |
| XYZ | 19.62 | 9.89 | 69.28 | - |
| YUV | 81.53 | 206.71 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 221 | 0.53 | 0.81 | 0 | 0.13 | 260.56 | 0.72 | 0.52 |
| Hex | 68 | 2B | DD | 35 | 51 | 0 | D | 105 | 48 | 34 |
| Octal | 150 | 53 | 335 | 65 | 121 | 0 | 15 | 405 | 110 | 64 |
| Binary | 1101000 | 101011 | 11011101 | 110101 | 1010001 | 0 | 1101 | 100000101 | 1001000 | 110100 |
Color Harmonies of #682BDD
Complementary color
Monochromatic Colors of #682BDD
Black with #682BDD
Text Example
Text Example
White with #682BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682BDD; }
p { color: rgb(104,43,221); }
H1.HeaderClassName
{
color: #682BDD;
}
.AnyTagClassName
{
color: #682BDD;
}
</style>
background-color css
<style>
a { background-color: #682BDD; }
a { background-color: rgb(104,43,221); }
div.DivClassName
{
background-color: #682BDD;
}
.BgClassName
{
background-color: #682BDD;
}
</style>
border-color css
<style>
span { border-color: #682BDD; }
span { border-color: rgb(104,43,221); }
td.TdClassName
{
border-color: #682BDD;
}
.TagClassName
{
border-color: #682BDD;
}
</style>