Shades of Purple Heart #671ECE
Tints of Purple Heart #671ECE
RGB
CMYK
RGB Variations
Color information
#671ECE (or 0x671ECE) is known color: Purple Heart. HEX triplet: 67, 1E and CE. RGB value is (103,30,206). Sum of RGB (Red+Green+Blue) = 103+30+206=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #671ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671ECE is #98E131. Grayscale: #474747. Windows color (decimal): -10019122 or 13508199. OLE color: 13508199.
HSL color Cylindrical-coordinate representation of color #671ECE: hue angle of 264.89º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671ECE is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 30 | 206 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.19 |
| HSL | 264.89º | 0.75% | 0.46% | - |
| HSV(B) | 264.89º | 0.85% | 0.81% | - |
| XYZ | 17.2 | 8.27 | 59.08 | - |
| YUV | 71.89 | 203.68 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 206 | 0.50 | 0.85 | 0 | 0.19 | 264.89 | 0.75 | 0.46 |
| Hex | 67 | 1E | CE | 32 | 55 | 0 | 13 | 109 | 4B | 2E |
| Octal | 147 | 36 | 316 | 62 | 125 | 0 | 23 | 411 | 113 | 56 |
| Binary | 1100111 | 11110 | 11001110 | 110010 | 1010101 | 0 | 10011 | 100001001 | 1001011 | 101110 |
Color Harmonies of #671ECE
Complementary color
Monochromatic Colors of #671ECE
Black with #671ECE
Text Example
Text Example
White with #671ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671ECE; }
p { color: rgb(103,30,206); }
H1.HeaderClassName
{
color: #671ECE;
}
.AnyTagClassName
{
color: #671ECE;
}
</style>
background-color css
<style>
a { background-color: #671ECE; }
a { background-color: rgb(103,30,206); }
div.DivClassName
{
background-color: #671ECE;
}
.BgClassName
{
background-color: #671ECE;
}
</style>
border-color css
<style>
span { border-color: #671ECE; }
span { border-color: rgb(103,30,206); }
td.TdClassName
{
border-color: #671ECE;
}
.TagClassName
{
border-color: #671ECE;
}
</style>