Shades of Purple Heart #681FC1
Tints of Purple Heart #681FC1
RGB
CMYK
RGB Variations
Color information
#681FC1 (or 0x681FC1) is known color: Purple Heart. HEX triplet: 68, 1F and C1. RGB value is (104,31,193). Sum of RGB (Red+Green+Blue) = 104+31+193=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 193 (75.78% from 255 or 58.84% from 328); Max value from RGB is 193 - color contains mainly: blue. Hex color #681FC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681FC1 is #97E03E. Grayscale: #464646. Windows color (decimal): -9953343 or 12656488. OLE color: 12656488.
HSL color Cylindrical-coordinate representation of color #681FC1: hue angle of 267.04º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681FC1 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 31 | 193 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.24 |
| HSL | 267.04º | 0.72% | 0.44% | - |
| HSV(B) | 267.04º | 0.84% | 0.76% | - |
| XYZ | 15.82 | 7.77 | 51.12 | - |
| YUV | 71.3 | 196.68 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 31 | 193 | 0.46 | 0.84 | 0 | 0.24 | 267.04 | 0.72 | 0.44 |
| Hex | 68 | 1F | C1 | 2E | 54 | 0 | 18 | 10B | 48 | 2C |
| Octal | 150 | 37 | 301 | 56 | 124 | 0 | 30 | 413 | 110 | 54 |
| Binary | 1101000 | 11111 | 11000001 | 101110 | 1010100 | 0 | 11000 | 100001011 | 1001000 | 101100 |
Color Harmonies of #681FC1
Complementary color
Monochromatic Colors of #681FC1
Black with #681FC1
Text Example
Text Example
White with #681FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681FC1; }
p { color: rgb(104,31,193); }
H1.HeaderClassName
{
color: #681FC1;
}
.AnyTagClassName
{
color: #681FC1;
}
</style>
background-color css
<style>
a { background-color: #681FC1; }
a { background-color: rgb(104,31,193); }
div.DivClassName
{
background-color: #681FC1;
}
.BgClassName
{
background-color: #681FC1;
}
</style>
border-color css
<style>
span { border-color: #681FC1; }
span { border-color: rgb(104,31,193); }
td.TdClassName
{
border-color: #681FC1;
}
.TagClassName
{
border-color: #681FC1;
}
</style>