Shades of Purple Heart #672EDE
Tints of Purple Heart #672EDE
RGB
CMYK
RGB Variations
Color information
#672EDE (or 0x672EDE) is known color: Purple Heart. HEX triplet: 67, 2E and DE. RGB value is (103,46,222). Sum of RGB (Red+Green+Blue) = 103+46+222=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #672EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672EDE is #98D121. Grayscale: #525252. Windows color (decimal): -10015010 or 14560871. OLE color: 14560871.
HSL color Cylindrical-coordinate representation of color #672EDE: hue angle of 259.43º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672EDE is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 46 | 222 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.13 |
| HSL | 259.43º | 0.73% | 0.53% | - |
| HSV(B) | 259.43º | 0.79% | 0.87% | - |
| XYZ | 19.76 | 10.11 | 70.02 | - |
| YUV | 83.11 | 206.38 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 222 | 0.54 | 0.79 | 0 | 0.13 | 259.43 | 0.73 | 0.53 |
| Hex | 67 | 2E | DE | 36 | 4F | 0 | D | 103 | 49 | 35 |
| Octal | 147 | 56 | 336 | 66 | 117 | 0 | 15 | 403 | 111 | 65 |
| Binary | 1100111 | 101110 | 11011110 | 110110 | 1001111 | 0 | 1101 | 100000011 | 1001001 | 110101 |
Color Harmonies of #672EDE
Complementary color
Monochromatic Colors of #672EDE
Black with #672EDE
Text Example
Text Example
White with #672EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672EDE; }
p { color: rgb(103,46,222); }
H1.HeaderClassName
{
color: #672EDE;
}
.AnyTagClassName
{
color: #672EDE;
}
</style>
background-color css
<style>
a { background-color: #672EDE; }
a { background-color: rgb(103,46,222); }
div.DivClassName
{
background-color: #672EDE;
}
.BgClassName
{
background-color: #672EDE;
}
</style>
border-color css
<style>
span { border-color: #672EDE; }
span { border-color: rgb(103,46,222); }
td.TdClassName
{
border-color: #672EDE;
}
.TagClassName
{
border-color: #672EDE;
}
</style>