Shades of Purple Heart #680ABA
Tints of Purple Heart #680ABA
RGB
CMYK
RGB Variations
Color information
#680ABA (or 0x680ABA) is known color: Purple Heart. HEX triplet: 68, 0A and BA. RGB value is (104,10,186). Sum of RGB (Red+Green+Blue) = 104+10+186=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #680ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680ABA is #97F545. Grayscale: #393939. Windows color (decimal): -9958726 or 12192360. OLE color: 12192360.
HSL color Cylindrical-coordinate representation of color #680ABA: hue angle of 272.05º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680ABA is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 10 | 186 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.27 |
| HSL | 272.05º | 0.9% | 0.38% | - |
| HSV(B) | 272.05º | 0.95% | 0.73% | - |
| XYZ | 14.68 | 6.71 | 46.97 | - |
| YUV | 58.17 | 200.14 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 186 | 0.44 | 0.95 | 0 | 0.27 | 272.05 | 0.9 | 0.38 |
| Hex | 68 | A | BA | 2C | 5F | 0 | 1B | 110 | 5A | 26 |
| Octal | 150 | 12 | 272 | 54 | 137 | 0 | 33 | 420 | 132 | 46 |
| Binary | 1101000 | 1010 | 10111010 | 101100 | 1011111 | 0 | 11011 | 100010000 | 1011010 | 100110 |
Color Harmonies of #680ABA
Complementary color
Monochromatic Colors of #680ABA
Black with #680ABA
Text Example
Text Example
White with #680ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680ABA; }
p { color: rgb(104,10,186); }
H1.HeaderClassName
{
color: #680ABA;
}
.AnyTagClassName
{
color: #680ABA;
}
</style>
background-color css
<style>
a { background-color: #680ABA; }
a { background-color: rgb(104,10,186); }
div.DivClassName
{
background-color: #680ABA;
}
.BgClassName
{
background-color: #680ABA;
}
</style>
border-color css
<style>
span { border-color: #680ABA; }
span { border-color: rgb(104,10,186); }
td.TdClassName
{
border-color: #680ABA;
}
.TagClassName
{
border-color: #680ABA;
}
</style>