Shades of Purple Heart #681BAF
Tints of Purple Heart #681BAF
RGB
CMYK
RGB Variations
Color information
#681BAF (or 0x681BAF) is known color: Purple Heart. HEX triplet: 68, 1B and AF. RGB value is (104,27,175). Sum of RGB (Red+Green+Blue) = 104+27+175=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #681BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681BAF is #97E450. Grayscale: #424242. Windows color (decimal): -9954385 or 11475816. OLE color: 11475816.
HSL color Cylindrical-coordinate representation of color #681BAF: hue angle of 271.22º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681BAF is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 27 | 175 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.31 |
| HSL | 271.22º | 0.73% | 0.4% | - |
| HSV(B) | 271.22º | 0.85% | 0.69% | - |
| XYZ | 13.84 | 6.82 | 41.14 | - |
| YUV | 66.9 | 189.01 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 175 | 0.41 | 0.85 | 0 | 0.31 | 271.22 | 0.73 | 0.4 |
| Hex | 68 | 1B | AF | 29 | 55 | 0 | 1F | 10F | 49 | 28 |
| Octal | 150 | 33 | 257 | 51 | 125 | 0 | 37 | 417 | 111 | 50 |
| Binary | 1101000 | 11011 | 10101111 | 101001 | 1010101 | 0 | 11111 | 100001111 | 1001001 | 101000 |
Color Harmonies of #681BAF
Complementary color
Monochromatic Colors of #681BAF
Black with #681BAF
Text Example
Text Example
White with #681BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681BAF; }
p { color: rgb(104,27,175); }
H1.HeaderClassName
{
color: #681BAF;
}
.AnyTagClassName
{
color: #681BAF;
}
</style>
background-color css
<style>
a { background-color: #681BAF; }
a { background-color: rgb(104,27,175); }
div.DivClassName
{
background-color: #681BAF;
}
.BgClassName
{
background-color: #681BAF;
}
</style>
border-color css
<style>
span { border-color: #681BAF; }
span { border-color: rgb(104,27,175); }
td.TdClassName
{
border-color: #681BAF;
}
.TagClassName
{
border-color: #681BAF;
}
</style>