Shades of Purple Heart #682CB6
Tints of Purple Heart #682CB6
RGB
CMYK
RGB Variations
Color information
#682CB6 (or 0x682CB6) is known color: Purple Heart. HEX triplet: 68, 2C and B6. RGB value is (104,44,182). Sum of RGB (Red+Green+Blue) = 104+44+182=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #682CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CB6 is #97D349. Grayscale: #4D4D4D. Windows color (decimal): -9950026 or 11938920. OLE color: 11938920.
HSL color Cylindrical-coordinate representation of color #682CB6: hue angle of 266.09º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #682CB6 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 44 | 182 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.29 |
| HSL | 266.09º | 0.61% | 0.44% | - |
| HSV(B) | 266.09º | 0.76% | 0.71% | - |
| XYZ | 15.05 | 8.12 | 45.03 | - |
| YUV | 77.67 | 186.88 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 182 | 0.43 | 0.76 | 0 | 0.29 | 266.09 | 0.61 | 0.44 |
| Hex | 68 | 2C | B6 | 2B | 4C | 0 | 1D | 10A | 3D | 2C |
| Octal | 150 | 54 | 266 | 53 | 114 | 0 | 35 | 412 | 75 | 54 |
| Binary | 1101000 | 101100 | 10110110 | 101011 | 1001100 | 0 | 11101 | 100001010 | 111101 | 101100 |
Color Harmonies of #682CB6
Complementary color
Monochromatic Colors of #682CB6
Black with #682CB6
Text Example
Text Example
White with #682CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682CB6; }
p { color: rgb(104,44,182); }
H1.HeaderClassName
{
color: #682CB6;
}
.AnyTagClassName
{
color: #682CB6;
}
</style>
background-color css
<style>
a { background-color: #682CB6; }
a { background-color: rgb(104,44,182); }
div.DivClassName
{
background-color: #682CB6;
}
.BgClassName
{
background-color: #682CB6;
}
</style>
border-color css
<style>
span { border-color: #682CB6; }
span { border-color: rgb(104,44,182); }
td.TdClassName
{
border-color: #682CB6;
}
.TagClassName
{
border-color: #682CB6;
}
</style>