Shades of Purple Heart #682CC0
Tints of Purple Heart #682CC0
RGB
CMYK
RGB Variations
Color information
#682CC0 (or 0x682CC0) is known color: Purple Heart. HEX triplet: 68, 2C and C0. RGB value is (104,44,192). Sum of RGB (Red+Green+Blue) = 104+44+192=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 192 (75.39% from 255 or 56.47% from 340); Max value from RGB is 192 - color contains mainly: blue. Hex color #682CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CC0 is #97D33F. Grayscale: #4E4E4E. Windows color (decimal): -9950016 or 12594280. OLE color: 12594280.
HSL color Cylindrical-coordinate representation of color #682CC0: hue angle of 264.32º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #682CC0 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 44 | 192 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.25 |
| HSL | 264.32º | 0.63% | 0.46% | - |
| HSV(B) | 264.32º | 0.77% | 0.75% | - |
| XYZ | 16.12 | 8.55 | 50.67 | - |
| YUV | 78.81 | 191.88 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 192 | 0.46 | 0.77 | 0 | 0.25 | 264.32 | 0.63 | 0.46 |
| Hex | 68 | 2C | C0 | 2E | 4D | 0 | 19 | 108 | 3F | 2E |
| Octal | 150 | 54 | 300 | 56 | 115 | 0 | 31 | 410 | 77 | 56 |
| Binary | 1101000 | 101100 | 11000000 | 101110 | 1001101 | 0 | 11001 | 100001000 | 111111 | 101110 |
Color Harmonies of #682CC0
Complementary color
Monochromatic Colors of #682CC0
Black with #682CC0
Text Example
Text Example
White with #682CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682CC0; }
p { color: rgb(104,44,192); }
H1.HeaderClassName
{
color: #682CC0;
}
.AnyTagClassName
{
color: #682CC0;
}
</style>
background-color css
<style>
a { background-color: #682CC0; }
a { background-color: rgb(104,44,192); }
div.DivClassName
{
background-color: #682CC0;
}
.BgClassName
{
background-color: #682CC0;
}
</style>
border-color css
<style>
span { border-color: #682CC0; }
span { border-color: rgb(104,44,192); }
td.TdClassName
{
border-color: #682CC0;
}
.TagClassName
{
border-color: #682CC0;
}
</style>