Shades of Purple Heart #680ABE
Tints of Purple Heart #680ABE
RGB
CMYK
RGB Variations
Color information
#680ABE (or 0x680ABE) is known color: Purple Heart. HEX triplet: 68, 0A and BE. RGB value is (104,10,190). Sum of RGB (Red+Green+Blue) = 104+10+190=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #680ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680ABE is #97F541. Grayscale: #3A3A3A. Windows color (decimal): -9958722 or 12454504. OLE color: 12454504.
HSL color Cylindrical-coordinate representation of color #680ABE: hue angle of 271.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680ABE is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 10 | 190 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.25 |
| HSL | 271.33º | 0.9% | 0.39% | - |
| HSV(B) | 271.33º | 0.95% | 0.75% | - |
| XYZ | 15.11 | 6.88 | 49.25 | - |
| YUV | 58.63 | 202.14 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 190 | 0.45 | 0.95 | 0 | 0.25 | 271.33 | 0.9 | 0.39 |
| Hex | 68 | A | BE | 2D | 5F | 0 | 19 | 10F | 5A | 27 |
| Octal | 150 | 12 | 276 | 55 | 137 | 0 | 31 | 417 | 132 | 47 |
| Binary | 1101000 | 1010 | 10111110 | 101101 | 1011111 | 0 | 11001 | 100001111 | 1011010 | 100111 |
Color Harmonies of #680ABE
Complementary color
Monochromatic Colors of #680ABE
Black with #680ABE
Text Example
Text Example
White with #680ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680ABE; }
p { color: rgb(104,10,190); }
H1.HeaderClassName
{
color: #680ABE;
}
.AnyTagClassName
{
color: #680ABE;
}
</style>
background-color css
<style>
a { background-color: #680ABE; }
a { background-color: rgb(104,10,190); }
div.DivClassName
{
background-color: #680ABE;
}
.BgClassName
{
background-color: #680ABE;
}
</style>
border-color css
<style>
span { border-color: #680ABE; }
span { border-color: rgb(104,10,190); }
td.TdClassName
{
border-color: #680ABE;
}
.TagClassName
{
border-color: #680ABE;
}
</style>