Shades of Purple Heart #681ECB
Tints of Purple Heart #681ECB
RGB
CMYK
RGB Variations
Color information
#681ECB (or 0x681ECB) is known color: Purple Heart. HEX triplet: 68, 1E and CB. RGB value is (104,30,203). Sum of RGB (Red+Green+Blue) = 104+30+203=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #681ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681ECB is #97E134. Grayscale: #474747. Windows color (decimal): -9953589 or 13311592. OLE color: 13311592.
HSL color Cylindrical-coordinate representation of color #681ECB: hue angle of 265.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681ECB is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 30 | 203 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.20 |
| HSL | 265.66º | 0.74% | 0.46% | - |
| HSV(B) | 265.66º | 0.85% | 0.8% | - |
| XYZ | 16.95 | 8.18 | 57.19 | - |
| YUV | 71.85 | 202.02 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 203 | 0.49 | 0.85 | 0 | 0.20 | 265.66 | 0.74 | 0.46 |
| Hex | 68 | 1E | CB | 31 | 55 | 0 | 14 | 10A | 4A | 2E |
| Octal | 150 | 36 | 313 | 61 | 125 | 0 | 24 | 412 | 112 | 56 |
| Binary | 1101000 | 11110 | 11001011 | 110001 | 1010101 | 0 | 10100 | 100001010 | 1001010 | 101110 |
Color Harmonies of #681ECB
Complementary color
Monochromatic Colors of #681ECB
Black with #681ECB
Text Example
Text Example
White with #681ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681ECB; }
p { color: rgb(104,30,203); }
H1.HeaderClassName
{
color: #681ECB;
}
.AnyTagClassName
{
color: #681ECB;
}
</style>
background-color css
<style>
a { background-color: #681ECB; }
a { background-color: rgb(104,30,203); }
div.DivClassName
{
background-color: #681ECB;
}
.BgClassName
{
background-color: #681ECB;
}
</style>
border-color css
<style>
span { border-color: #681ECB; }
span { border-color: rgb(104,30,203); }
td.TdClassName
{
border-color: #681ECB;
}
.TagClassName
{
border-color: #681ECB;
}
</style>