Shades of Purple Heart #680FB4
Tints of Purple Heart #680FB4
RGB
CMYK
RGB Variations
Color information
#680FB4 (or 0x680FB4) is known color: Purple Heart. HEX triplet: 68, 0F and B4. RGB value is (104,15,180). Sum of RGB (Red+Green+Blue) = 104+15+180=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 180 (70.70% from 255 or 60.20% from 299); Max value from RGB is 180 - color contains mainly: blue. Hex color #680FB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FB4 is #97F04B. Grayscale: #3B3B3B. Windows color (decimal): -9957452 or 11800424. OLE color: 11800424.
HSL color Cylindrical-coordinate representation of color #680FB4: hue angle of 272.36º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680FB4 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 15 | 180 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.29 |
| HSL | 272.36º | 0.85% | 0.38% | - |
| HSV(B) | 272.36º | 0.92% | 0.71% | - |
| XYZ | 14.12 | 6.58 | 43.71 | - |
| YUV | 60.42 | 195.49 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 180 | 0.42 | 0.92 | 0 | 0.29 | 272.36 | 0.85 | 0.38 |
| Hex | 68 | F | B4 | 2A | 5C | 0 | 1D | 110 | 55 | 26 |
| Octal | 150 | 17 | 264 | 52 | 134 | 0 | 35 | 420 | 125 | 46 |
| Binary | 1101000 | 1111 | 10110100 | 101010 | 1011100 | 0 | 11101 | 100010000 | 1010101 | 100110 |
Color Harmonies of #680FB4
Complementary color
Monochromatic Colors of #680FB4
Black with #680FB4
Text Example
Text Example
White with #680FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680FB4; }
p { color: rgb(104,15,180); }
H1.HeaderClassName
{
color: #680FB4;
}
.AnyTagClassName
{
color: #680FB4;
}
</style>
background-color css
<style>
a { background-color: #680FB4; }
a { background-color: rgb(104,15,180); }
div.DivClassName
{
background-color: #680FB4;
}
.BgClassName
{
background-color: #680FB4;
}
</style>
border-color css
<style>
span { border-color: #680FB4; }
span { border-color: rgb(104,15,180); }
td.TdClassName
{
border-color: #680FB4;
}
.TagClassName
{
border-color: #680FB4;
}
</style>