Shades of Purple Heart #680FD4
Tints of Purple Heart #680FD4
RGB
CMYK
RGB Variations
Color information
#680FD4 (or 0x680FD4) is known color: Purple Heart. HEX triplet: 68, 0F and D4. RGB value is (104,15,212). Sum of RGB (Red+Green+Blue) = 104+15+212=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 212 (83.20% from 255 or 64.05% from 331); Max value from RGB is 212 - color contains mainly: blue. Hex color #680FD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FD4 is #97F02B. Grayscale: #3F3F3F. Windows color (decimal): -9957420 or 13897576. OLE color: 13897576.
HSL color Cylindrical-coordinate representation of color #680FD4: hue angle of 267.11º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680FD4 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 15 | 212 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.17 |
| HSL | 267.11º | 0.87% | 0.45% | - |
| HSV(B) | 267.11º | 0.93% | 0.83% | - |
| XYZ | 17.76 | 8.04 | 62.9 | - |
| YUV | 64.07 | 211.49 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 212 | 0.51 | 0.93 | 0 | 0.17 | 267.11 | 0.87 | 0.45 |
| Hex | 68 | F | D4 | 33 | 5D | 0 | 11 | 10B | 57 | 2D |
| Octal | 150 | 17 | 324 | 63 | 135 | 0 | 21 | 413 | 127 | 55 |
| Binary | 1101000 | 1111 | 11010100 | 110011 | 1011101 | 0 | 10001 | 100001011 | 1010111 | 101101 |
Color Harmonies of #680FD4
Complementary color
Monochromatic Colors of #680FD4
Black with #680FD4
Text Example
Text Example
White with #680FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680FD4; }
p { color: rgb(104,15,212); }
H1.HeaderClassName
{
color: #680FD4;
}
.AnyTagClassName
{
color: #680FD4;
}
</style>
background-color css
<style>
a { background-color: #680FD4; }
a { background-color: rgb(104,15,212); }
div.DivClassName
{
background-color: #680FD4;
}
.BgClassName
{
background-color: #680FD4;
}
</style>
border-color css
<style>
span { border-color: #680FD4; }
span { border-color: rgb(104,15,212); }
td.TdClassName
{
border-color: #680FD4;
}
.TagClassName
{
border-color: #680FD4;
}
</style>