Shades of Purple Heart #682CBA
Tints of Purple Heart #682CBA
RGB
CMYK
RGB Variations
Color information
#682CBA (or 0x682CBA) is known color: Purple Heart. HEX triplet: 68, 2C and BA. RGB value is (104,44,186). Sum of RGB (Red+Green+Blue) = 104+44+186=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #682CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CBA is #97D345. Grayscale: #4D4D4D. Windows color (decimal): -9950022 or 12201064. OLE color: 12201064.
HSL color Cylindrical-coordinate representation of color #682CBA: hue angle of 265.35º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #682CBA is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 44 | 186 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.27 |
| HSL | 265.35º | 0.62% | 0.45% | - |
| HSV(B) | 265.35º | 0.76% | 0.73% | - |
| XYZ | 15.47 | 8.29 | 47.24 | - |
| YUV | 78.13 | 188.88 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 186 | 0.44 | 0.76 | 0 | 0.27 | 265.35 | 0.62 | 0.45 |
| Hex | 68 | 2C | BA | 2C | 4C | 0 | 1B | 109 | 3E | 2D |
| Octal | 150 | 54 | 272 | 54 | 114 | 0 | 33 | 411 | 76 | 55 |
| Binary | 1101000 | 101100 | 10111010 | 101100 | 1001100 | 0 | 11011 | 100001001 | 111110 | 101101 |
Color Harmonies of #682CBA
Complementary color
Monochromatic Colors of #682CBA
Black with #682CBA
Text Example
Text Example
White with #682CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682CBA; }
p { color: rgb(104,44,186); }
H1.HeaderClassName
{
color: #682CBA;
}
.AnyTagClassName
{
color: #682CBA;
}
</style>
background-color css
<style>
a { background-color: #682CBA; }
a { background-color: rgb(104,44,186); }
div.DivClassName
{
background-color: #682CBA;
}
.BgClassName
{
background-color: #682CBA;
}
</style>
border-color css
<style>
span { border-color: #682CBA; }
span { border-color: rgb(104,44,186); }
td.TdClassName
{
border-color: #682CBA;
}
.TagClassName
{
border-color: #682CBA;
}
</style>