Shades of Purple Heart #682BD5
Tints of Purple Heart #682BD5
RGB
CMYK
RGB Variations
Color information
#682BD5 (or 0x682BD5) is known color: Purple Heart. HEX triplet: 68, 2B and D5. RGB value is (104,43,213). Sum of RGB (Red+Green+Blue) = 104+43+213=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 213 (83.59% from 255 or 59.17% from 360); Max value from RGB is 213 - color contains mainly: blue. Hex color #682BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682BD5 is #97D42A. Grayscale: #505050. Windows color (decimal): -9950251 or 13970280. OLE color: 13970280.
HSL color Cylindrical-coordinate representation of color #682BD5: hue angle of 261.53º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682BD5 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 43 | 213 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.16 |
| HSL | 261.53º | 0.67% | 0.5% | - |
| HSV(B) | 261.53º | 0.8% | 0.84% | - |
| XYZ | 18.58 | 9.47 | 63.8 | - |
| YUV | 80.62 | 202.71 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 213 | 0.51 | 0.80 | 0 | 0.16 | 261.53 | 0.67 | 0.5 |
| Hex | 68 | 2B | D5 | 33 | 50 | 0 | 10 | 106 | 43 | 32 |
| Octal | 150 | 53 | 325 | 63 | 120 | 0 | 20 | 406 | 103 | 62 |
| Binary | 1101000 | 101011 | 11010101 | 110011 | 1010000 | 0 | 10000 | 100000110 | 1000011 | 110010 |
Color Harmonies of #682BD5
Complementary color
Monochromatic Colors of #682BD5
Black with #682BD5
Text Example
Text Example
White with #682BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682BD5; }
p { color: rgb(104,43,213); }
H1.HeaderClassName
{
color: #682BD5;
}
.AnyTagClassName
{
color: #682BD5;
}
</style>
background-color css
<style>
a { background-color: #682BD5; }
a { background-color: rgb(104,43,213); }
div.DivClassName
{
background-color: #682BD5;
}
.BgClassName
{
background-color: #682BD5;
}
</style>
border-color css
<style>
span { border-color: #682BD5; }
span { border-color: rgb(104,43,213); }
td.TdClassName
{
border-color: #682BD5;
}
.TagClassName
{
border-color: #682BD5;
}
</style>