Shades of Purple Heart #680ACE
Tints of Purple Heart #680ACE
RGB
CMYK
RGB Variations
Color information
#680ACE (or 0x680ACE) is known color: Purple Heart. HEX triplet: 68, 0A and CE. RGB value is (104,10,206). Sum of RGB (Red+Green+Blue) = 104+10+206=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #680ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680ACE is #97F531. Grayscale: #3B3B3B. Windows color (decimal): -9958706 or 13503080. OLE color: 13503080.
HSL color Cylindrical-coordinate representation of color #680ACE: hue angle of 268.78º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680ACE is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 10 | 206 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.19 |
| HSL | 268.78º | 0.91% | 0.42% | - |
| HSV(B) | 268.78º | 0.95% | 0.81% | - |
| XYZ | 16.96 | 7.62 | 58.97 | - |
| YUV | 60.45 | 210.14 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 206 | 0.50 | 0.95 | 0 | 0.19 | 268.78 | 0.91 | 0.42 |
| Hex | 68 | A | CE | 32 | 5F | 0 | 13 | 10D | 5B | 2A |
| Octal | 150 | 12 | 316 | 62 | 137 | 0 | 23 | 415 | 133 | 52 |
| Binary | 1101000 | 1010 | 11001110 | 110010 | 1011111 | 0 | 10011 | 100001101 | 1011011 | 101010 |
Color Harmonies of #680ACE
Complementary color
Monochromatic Colors of #680ACE
Black with #680ACE
Text Example
Text Example
White with #680ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680ACE; }
p { color: rgb(104,10,206); }
H1.HeaderClassName
{
color: #680ACE;
}
.AnyTagClassName
{
color: #680ACE;
}
</style>
background-color css
<style>
a { background-color: #680ACE; }
a { background-color: rgb(104,10,206); }
div.DivClassName
{
background-color: #680ACE;
}
.BgClassName
{
background-color: #680ACE;
}
</style>
border-color css
<style>
span { border-color: #680ACE; }
span { border-color: rgb(104,10,206); }
td.TdClassName
{
border-color: #680ACE;
}
.TagClassName
{
border-color: #680ACE;
}
</style>