Shades of Purple Heart #680ACD
Tints of Purple Heart #680ACD
RGB
CMYK
RGB Variations
Color information
#680ACD (or 0x680ACD) is known color: Purple Heart. HEX triplet: 68, 0A and CD. RGB value is (104,10,205). Sum of RGB (Red+Green+Blue) = 104+10+205=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #680ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680ACD is #97F532. Grayscale: #3B3B3B. Windows color (decimal): -9958707 or 13437544. OLE color: 13437544.
HSL color Cylindrical-coordinate representation of color #680ACD: hue angle of 268.92º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680ACD is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 10 | 205 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.20 |
| HSL | 268.92º | 0.91% | 0.42% | - |
| HSV(B) | 268.92º | 0.95% | 0.8% | - |
| XYZ | 16.84 | 7.57 | 58.33 | - |
| YUV | 60.34 | 209.64 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 205 | 0.49 | 0.95 | 0 | 0.20 | 268.92 | 0.91 | 0.42 |
| Hex | 68 | A | CD | 31 | 5F | 0 | 14 | 10D | 5B | 2A |
| Octal | 150 | 12 | 315 | 61 | 137 | 0 | 24 | 415 | 133 | 52 |
| Binary | 1101000 | 1010 | 11001101 | 110001 | 1011111 | 0 | 10100 | 100001101 | 1011011 | 101010 |
Color Harmonies of #680ACD
Complementary color
Monochromatic Colors of #680ACD
Black with #680ACD
Text Example
Text Example
White with #680ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680ACD; }
p { color: rgb(104,10,205); }
H1.HeaderClassName
{
color: #680ACD;
}
.AnyTagClassName
{
color: #680ACD;
}
</style>
background-color css
<style>
a { background-color: #680ACD; }
a { background-color: rgb(104,10,205); }
div.DivClassName
{
background-color: #680ACD;
}
.BgClassName
{
background-color: #680ACD;
}
</style>
border-color css
<style>
span { border-color: #680ACD; }
span { border-color: rgb(104,10,205); }
td.TdClassName
{
border-color: #680ACD;
}
.TagClassName
{
border-color: #680ACD;
}
</style>