Shades of Purple Heart #680AC2
Tints of Purple Heart #680AC2
RGB
CMYK
RGB Variations
Color information
#680AC2 (or 0x680AC2) is known color: Purple Heart. HEX triplet: 68, 0A and C2. RGB value is (104,10,194). Sum of RGB (Red+Green+Blue) = 104+10+194=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 194 (76.17% from 255 or 62.99% from 308); Max value from RGB is 194 - color contains mainly: blue. Hex color #680AC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680AC2 is #97F53D. Grayscale: #3A3A3A. Windows color (decimal): -9958718 or 12716648. OLE color: 12716648.
HSL color Cylindrical-coordinate representation of color #680AC2: hue angle of 270.65º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680AC2 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 10 | 194 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.24 |
| HSL | 270.65º | 0.9% | 0.4% | - |
| HSV(B) | 270.65º | 0.95% | 0.76% | - |
| XYZ | 15.56 | 7.06 | 51.58 | - |
| YUV | 59.08 | 204.14 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 194 | 0.46 | 0.95 | 0 | 0.24 | 270.65 | 0.9 | 0.4 |
| Hex | 68 | A | C2 | 2E | 5F | 0 | 18 | 10F | 5A | 28 |
| Octal | 150 | 12 | 302 | 56 | 137 | 0 | 30 | 417 | 132 | 50 |
| Binary | 1101000 | 1010 | 11000010 | 101110 | 1011111 | 0 | 11000 | 100001111 | 1011010 | 101000 |
Color Harmonies of #680AC2
Complementary color
Monochromatic Colors of #680AC2
Black with #680AC2
Text Example
Text Example
White with #680AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680AC2; }
p { color: rgb(104,10,194); }
H1.HeaderClassName
{
color: #680AC2;
}
.AnyTagClassName
{
color: #680AC2;
}
</style>
background-color css
<style>
a { background-color: #680AC2; }
a { background-color: rgb(104,10,194); }
div.DivClassName
{
background-color: #680AC2;
}
.BgClassName
{
background-color: #680AC2;
}
</style>
border-color css
<style>
span { border-color: #680AC2; }
span { border-color: rgb(104,10,194); }
td.TdClassName
{
border-color: #680AC2;
}
.TagClassName
{
border-color: #680AC2;
}
</style>