Shades of Purple Heart #680CC0
Tints of Purple Heart #680CC0
RGB
CMYK
RGB Variations
Color information
#680CC0 (or 0x680CC0) is known color: Purple Heart. HEX triplet: 68, 0C and C0. RGB value is (104,12,192). Sum of RGB (Red+Green+Blue) = 104+12+192=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #680CC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CC0 is #97F33F. Grayscale: #3B3B3B. Windows color (decimal): -9958208 or 12586088. OLE color: 12586088.
HSL color Cylindrical-coordinate representation of color #680CC0: hue angle of 270.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680CC0 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 12 | 192 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.25 |
| HSL | 270.67º | 0.88% | 0.4% | - |
| HSV(B) | 270.67º | 0.94% | 0.75% | - |
| XYZ | 15.35 | 7.01 | 50.41 | - |
| YUV | 60.03 | 202.48 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 192 | 0.46 | 0.94 | 0 | 0.25 | 270.67 | 0.88 | 0.4 |
| Hex | 68 | C | C0 | 2E | 5E | 0 | 19 | 10F | 58 | 28 |
| Octal | 150 | 14 | 300 | 56 | 136 | 0 | 31 | 417 | 130 | 50 |
| Binary | 1101000 | 1100 | 11000000 | 101110 | 1011110 | 0 | 11001 | 100001111 | 1011000 | 101000 |
Color Harmonies of #680CC0
Complementary color
Monochromatic Colors of #680CC0
Black with #680CC0
Text Example
Text Example
White with #680CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680CC0; }
p { color: rgb(104,12,192); }
H1.HeaderClassName
{
color: #680CC0;
}
.AnyTagClassName
{
color: #680CC0;
}
</style>
background-color css
<style>
a { background-color: #680CC0; }
a { background-color: rgb(104,12,192); }
div.DivClassName
{
background-color: #680CC0;
}
.BgClassName
{
background-color: #680CC0;
}
</style>
border-color css
<style>
span { border-color: #680CC0; }
span { border-color: rgb(104,12,192); }
td.TdClassName
{
border-color: #680CC0;
}
.TagClassName
{
border-color: #680CC0;
}
</style>