Shades of Purple Heart #682CB2
Tints of Purple Heart #682CB2
RGB
CMYK
RGB Variations
Color information
#682CB2 (or 0x682CB2) is known color: Purple Heart. HEX triplet: 68, 2C and B2. RGB value is (104,44,178). Sum of RGB (Red+Green+Blue) = 104+44+178=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 178 (69.92% from 255 or 54.60% from 326); Max value from RGB is 178 - color contains mainly: blue. Hex color #682CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682CB2 is #97D34D. Grayscale: #4C4C4C. Windows color (decimal): -9950030 or 11676776. OLE color: 11676776.
HSL color Cylindrical-coordinate representation of color #682CB2: hue angle of 266.87º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #682CB2 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 44 | 178 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.30 |
| HSL | 266.87º | 0.6% | 0.44% | - |
| HSV(B) | 266.87º | 0.75% | 0.7% | - |
| XYZ | 14.65 | 7.96 | 42.88 | - |
| YUV | 77.22 | 184.88 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 178 | 0.42 | 0.75 | 0 | 0.30 | 266.87 | 0.6 | 0.44 |
| Hex | 68 | 2C | B2 | 2A | 4B | 0 | 1E | 10B | 3C | 2C |
| Octal | 150 | 54 | 262 | 52 | 113 | 0 | 36 | 413 | 74 | 54 |
| Binary | 1101000 | 101100 | 10110010 | 101010 | 1001011 | 0 | 11110 | 100001011 | 111100 | 101100 |
Color Harmonies of #682CB2
Complementary color
Monochromatic Colors of #682CB2
Black with #682CB2
Text Example
Text Example
White with #682CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682CB2; }
p { color: rgb(104,44,178); }
H1.HeaderClassName
{
color: #682CB2;
}
.AnyTagClassName
{
color: #682CB2;
}
</style>
background-color css
<style>
a { background-color: #682CB2; }
a { background-color: rgb(104,44,178); }
div.DivClassName
{
background-color: #682CB2;
}
.BgClassName
{
background-color: #682CB2;
}
</style>
border-color css
<style>
span { border-color: #682CB2; }
span { border-color: rgb(104,44,178); }
td.TdClassName
{
border-color: #682CB2;
}
.TagClassName
{
border-color: #682CB2;
}
</style>