Shades of Purple Heart #680FB1
Tints of Purple Heart #680FB1
RGB
CMYK
RGB Variations
Color information
#680FB1 (or 0x680FB1) is known color: Purple Heart. HEX triplet: 68, 0F and B1. RGB value is (104,15,177). Sum of RGB (Red+Green+Blue) = 104+15+177=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 177 (69.53% from 255 or 59.80% from 296); Max value from RGB is 177 - color contains mainly: blue. Hex color #680FB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680FB1 is #97F04E. Grayscale: #3B3B3B. Windows color (decimal): -9957455 or 11603816. OLE color: 11603816.
HSL color Cylindrical-coordinate representation of color #680FB1: hue angle of 272.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680FB1 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 15 | 177 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.31 |
| HSL | 272.96º | 0.84% | 0.38% | - |
| HSV(B) | 272.96º | 0.92% | 0.69% | - |
| XYZ | 13.82 | 6.46 | 42.11 | - |
| YUV | 60.08 | 193.99 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 177 | 0.41 | 0.92 | 0 | 0.31 | 272.96 | 0.84 | 0.38 |
| Hex | 68 | F | B1 | 29 | 5C | 0 | 1F | 111 | 54 | 26 |
| Octal | 150 | 17 | 261 | 51 | 134 | 0 | 37 | 421 | 124 | 46 |
| Binary | 1101000 | 1111 | 10110001 | 101001 | 1011100 | 0 | 11111 | 100010001 | 1010100 | 100110 |
Color Harmonies of #680FB1
Complementary color
Monochromatic Colors of #680FB1
Black with #680FB1
Text Example
Text Example
White with #680FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680FB1; }
p { color: rgb(104,15,177); }
H1.HeaderClassName
{
color: #680FB1;
}
.AnyTagClassName
{
color: #680FB1;
}
</style>
background-color css
<style>
a { background-color: #680FB1; }
a { background-color: rgb(104,15,177); }
div.DivClassName
{
background-color: #680FB1;
}
.BgClassName
{
background-color: #680FB1;
}
</style>
border-color css
<style>
span { border-color: #680FB1; }
span { border-color: rgb(104,15,177); }
td.TdClassName
{
border-color: #680FB1;
}
.TagClassName
{
border-color: #680FB1;
}
</style>