Shades of Purple Heart #680AAB
Tints of Purple Heart #680AAB
RGB
CMYK
RGB Variations
Color information
#680AAB (or 0x680AAB) is known color: Purple Heart. HEX triplet: 68, 0A and AB. RGB value is (104,10,171). Sum of RGB (Red+Green+Blue) = 104+10+171=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #680AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680AAB is #97F554. Grayscale: #373737. Windows color (decimal): -9958741 or 11209320. OLE color: 11209320.
HSL color Cylindrical-coordinate representation of color #680AAB: hue angle of 275.03º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680AAB is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 10 | 171 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.33 |
| HSL | 275.03º | 0.89% | 0.35% | - |
| HSV(B) | 275.03º | 0.94% | 0.67% | - |
| XYZ | 13.17 | 6.1 | 39.01 | - |
| YUV | 56.46 | 192.64 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 171 | 0.39 | 0.94 | 0 | 0.33 | 275.03 | 0.89 | 0.35 |
| Hex | 68 | A | AB | 27 | 5E | 0 | 21 | 113 | 59 | 23 |
| Octal | 150 | 12 | 253 | 47 | 136 | 0 | 41 | 423 | 131 | 43 |
| Binary | 1101000 | 1010 | 10101011 | 100111 | 1011110 | 0 | 100001 | 100010011 | 1011001 | 100011 |
Color Harmonies of #680AAB
Complementary color
Monochromatic Colors of #680AAB
Black with #680AAB
Text Example
Text Example
White with #680AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680AAB; }
p { color: rgb(104,10,171); }
H1.HeaderClassName
{
color: #680AAB;
}
.AnyTagClassName
{
color: #680AAB;
}
</style>
background-color css
<style>
a { background-color: #680AAB; }
a { background-color: rgb(104,10,171); }
div.DivClassName
{
background-color: #680AAB;
}
.BgClassName
{
background-color: #680AAB;
}
</style>
border-color css
<style>
span { border-color: #680AAB; }
span { border-color: rgb(104,10,171); }
td.TdClassName
{
border-color: #680AAB;
}
.TagClassName
{
border-color: #680AAB;
}
</style>