Shades of Purple Heart #680ABC
Tints of Purple Heart #680ABC
RGB
CMYK
RGB Variations
Color information
#680ABC (or 0x680ABC) is known color: Purple Heart. HEX triplet: 68, 0A and BC. RGB value is (104,10,188). Sum of RGB (Red+Green+Blue) = 104+10+188=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #680ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680ABC is #97F543. Grayscale: #393939. Windows color (decimal): -9958724 or 12323432. OLE color: 12323432.
HSL color Cylindrical-coordinate representation of color #680ABC: hue angle of 271.69º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680ABC is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 10 | 188 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.26 |
| HSL | 271.69º | 0.9% | 0.39% | - |
| HSV(B) | 271.69º | 0.95% | 0.74% | - |
| XYZ | 14.89 | 6.79 | 48.1 | - |
| YUV | 58.4 | 201.14 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 188 | 0.45 | 0.95 | 0 | 0.26 | 271.69 | 0.9 | 0.39 |
| Hex | 68 | A | BC | 2D | 5F | 0 | 1A | 110 | 5A | 27 |
| Octal | 150 | 12 | 274 | 55 | 137 | 0 | 32 | 420 | 132 | 47 |
| Binary | 1101000 | 1010 | 10111100 | 101101 | 1011111 | 0 | 11010 | 100010000 | 1011010 | 100111 |
Color Harmonies of #680ABC
Complementary color
Monochromatic Colors of #680ABC
Black with #680ABC
Text Example
Text Example
White with #680ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680ABC; }
p { color: rgb(104,10,188); }
H1.HeaderClassName
{
color: #680ABC;
}
.AnyTagClassName
{
color: #680ABC;
}
</style>
background-color css
<style>
a { background-color: #680ABC; }
a { background-color: rgb(104,10,188); }
div.DivClassName
{
background-color: #680ABC;
}
.BgClassName
{
background-color: #680ABC;
}
</style>
border-color css
<style>
span { border-color: #680ABC; }
span { border-color: rgb(104,10,188); }
td.TdClassName
{
border-color: #680ABC;
}
.TagClassName
{
border-color: #680ABC;
}
</style>