Shades of Purple Heart #681CBE
Tints of Purple Heart #681CBE
RGB
CMYK
RGB Variations
Color information
#681CBE (or 0x681CBE) is known color: Purple Heart. HEX triplet: 68, 1C and BE. RGB value is (104,28,190). Sum of RGB (Red+Green+Blue) = 104+28+190=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #681CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CBE is #97E341. Grayscale: #444444. Windows color (decimal): -9954114 or 12459112. OLE color: 12459112.
HSL color Cylindrical-coordinate representation of color #681CBE: hue angle of 268.15º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681CBE is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 28 | 190 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.25 |
| HSL | 268.15º | 0.74% | 0.43% | - |
| HSV(B) | 268.15º | 0.85% | 0.75% | - |
| XYZ | 15.42 | 7.49 | 49.35 | - |
| YUV | 69.19 | 196.18 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 190 | 0.45 | 0.85 | 0 | 0.25 | 268.15 | 0.74 | 0.43 |
| Hex | 68 | 1C | BE | 2D | 55 | 0 | 19 | 10C | 4A | 2B |
| Octal | 150 | 34 | 276 | 55 | 125 | 0 | 31 | 414 | 112 | 53 |
| Binary | 1101000 | 11100 | 10111110 | 101101 | 1010101 | 0 | 11001 | 100001100 | 1001010 | 101011 |
Color Harmonies of #681CBE
Complementary color
Monochromatic Colors of #681CBE
Black with #681CBE
Text Example
Text Example
White with #681CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681CBE; }
p { color: rgb(104,28,190); }
H1.HeaderClassName
{
color: #681CBE;
}
.AnyTagClassName
{
color: #681CBE;
}
</style>
background-color css
<style>
a { background-color: #681CBE; }
a { background-color: rgb(104,28,190); }
div.DivClassName
{
background-color: #681CBE;
}
.BgClassName
{
background-color: #681CBE;
}
</style>
border-color css
<style>
span { border-color: #681CBE; }
span { border-color: rgb(104,28,190); }
td.TdClassName
{
border-color: #681CBE;
}
.TagClassName
{
border-color: #681CBE;
}
</style>