Shades of Purple Heart #680AD5
Tints of Purple Heart #680AD5
RGB
CMYK
RGB Variations
Color information
#680AD5 (or 0x680AD5) is known color: Purple Heart. HEX triplet: 68, 0A and D5. RGB value is (104,10,213). Sum of RGB (Red+Green+Blue) = 104+10+213=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 213 (83.59% from 255 or 65.14% from 327); Max value from RGB is 213 - color contains mainly: blue. Hex color #680AD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680AD5 is #97F52A. Grayscale: #3C3C3C. Windows color (decimal): -9958699 or 13961832. OLE color: 13961832.
HSL color Cylindrical-coordinate representation of color #680AD5: hue angle of 267.78º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680AD5 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 10 | 213 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.16 |
| HSL | 267.78º | 0.91% | 0.44% | - |
| HSV(B) | 267.78º | 0.95% | 0.84% | - |
| XYZ | 17.83 | 7.96 | 63.55 | - |
| YUV | 61.25 | 213.64 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 213 | 0.51 | 0.95 | 0 | 0.16 | 267.78 | 0.91 | 0.44 |
| Hex | 68 | A | D5 | 33 | 5F | 0 | 10 | 10C | 5B | 2C |
| Octal | 150 | 12 | 325 | 63 | 137 | 0 | 20 | 414 | 133 | 54 |
| Binary | 1101000 | 1010 | 11010101 | 110011 | 1011111 | 0 | 10000 | 100001100 | 1011011 | 101100 |
Color Harmonies of #680AD5
Complementary color
Monochromatic Colors of #680AD5
Black with #680AD5
Text Example
Text Example
White with #680AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680AD5; }
p { color: rgb(104,10,213); }
H1.HeaderClassName
{
color: #680AD5;
}
.AnyTagClassName
{
color: #680AD5;
}
</style>
background-color css
<style>
a { background-color: #680AD5; }
a { background-color: rgb(104,10,213); }
div.DivClassName
{
background-color: #680AD5;
}
.BgClassName
{
background-color: #680AD5;
}
</style>
border-color css
<style>
span { border-color: #680AD5; }
span { border-color: rgb(104,10,213); }
td.TdClassName
{
border-color: #680AD5;
}
.TagClassName
{
border-color: #680AD5;
}
</style>