Shades of Purple Heart #680AC5
Tints of Purple Heart #680AC5
RGB
CMYK
RGB Variations
Color information
#680AC5 (or 0x680AC5) is known color: Purple Heart. HEX triplet: 68, 0A and C5. RGB value is (104,10,197). Sum of RGB (Red+Green+Blue) = 104+10+197=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 197 (77.34% from 255 or 63.34% from 311); Max value from RGB is 197 - color contains mainly: blue. Hex color #680AC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680AC5 is #97F53A. Grayscale: #3A3A3A. Windows color (decimal): -9958715 or 12913256. OLE color: 12913256.
HSL color Cylindrical-coordinate representation of color #680AC5: hue angle of 270.16º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680AC5 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 10 | 197 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.23 |
| HSL | 270.16º | 0.9% | 0.41% | - |
| HSV(B) | 270.16º | 0.95% | 0.77% | - |
| XYZ | 15.9 | 7.19 | 53.37 | - |
| YUV | 59.42 | 205.64 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 197 | 0.47 | 0.95 | 0 | 0.23 | 270.16 | 0.9 | 0.41 |
| Hex | 68 | A | C5 | 2F | 5F | 0 | 17 | 10E | 5A | 29 |
| Octal | 150 | 12 | 305 | 57 | 137 | 0 | 27 | 416 | 132 | 51 |
| Binary | 1101000 | 1010 | 11000101 | 101111 | 1011111 | 0 | 10111 | 100001110 | 1011010 | 101001 |
Color Harmonies of #680AC5
Complementary color
Monochromatic Colors of #680AC5
Black with #680AC5
Text Example
Text Example
White with #680AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680AC5; }
p { color: rgb(104,10,197); }
H1.HeaderClassName
{
color: #680AC5;
}
.AnyTagClassName
{
color: #680AC5;
}
</style>
background-color css
<style>
a { background-color: #680AC5; }
a { background-color: rgb(104,10,197); }
div.DivClassName
{
background-color: #680AC5;
}
.BgClassName
{
background-color: #680AC5;
}
</style>
border-color css
<style>
span { border-color: #680AC5; }
span { border-color: rgb(104,10,197); }
td.TdClassName
{
border-color: #680AC5;
}
.TagClassName
{
border-color: #680AC5;
}
</style>