Shades of Purple Heart #682CBC
Tints of Purple Heart #682CBC
RGB
CMYK
RGB Variations
Color information
#682CBC (or 0x682CBC) is known color: Purple Heart. HEX triplet: 68, 2C and BC. RGB value is (104,44,188). Sum of RGB (Red+Green+Blue) = 104+44+188=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #682CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CBC is #97D343. Grayscale: #4D4D4D. Windows color (decimal): -9950020 or 12332136. OLE color: 12332136.
HSL color Cylindrical-coordinate representation of color #682CBC: hue angle of 265º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #682CBC is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 44 | 188 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.26 |
| HSL | 265º | 0.62% | 0.45% | - |
| HSV(B) | 265º | 0.77% | 0.74% | - |
| XYZ | 15.69 | 8.38 | 48.37 | - |
| YUV | 78.36 | 189.88 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 188 | 0.45 | 0.77 | 0 | 0.26 | 265 | 0.62 | 0.45 |
| Hex | 68 | 2C | BC | 2D | 4D | 0 | 1A | 109 | 3E | 2D |
| Octal | 150 | 54 | 274 | 55 | 115 | 0 | 32 | 411 | 76 | 55 |
| Binary | 1101000 | 101100 | 10111100 | 101101 | 1001101 | 0 | 11010 | 100001001 | 111110 | 101101 |
Color Harmonies of #682CBC
Complementary color
Monochromatic Colors of #682CBC
Black with #682CBC
Text Example
Text Example
White with #682CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682CBC; }
p { color: rgb(104,44,188); }
H1.HeaderClassName
{
color: #682CBC;
}
.AnyTagClassName
{
color: #682CBC;
}
</style>
background-color css
<style>
a { background-color: #682CBC; }
a { background-color: rgb(104,44,188); }
div.DivClassName
{
background-color: #682CBC;
}
.BgClassName
{
background-color: #682CBC;
}
</style>
border-color css
<style>
span { border-color: #682CBC; }
span { border-color: rgb(104,44,188); }
td.TdClassName
{
border-color: #682CBC;
}
.TagClassName
{
border-color: #682CBC;
}
</style>