Shades of Purple Heart #672ECF
Tints of Purple Heart #672ECF
RGB
CMYK
RGB Variations
Color information
#672ECF (or 0x672ECF) is known color: Purple Heart. HEX triplet: 67, 2E and CF. RGB value is (103,46,207). Sum of RGB (Red+Green+Blue) = 103+46+207=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #672ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672ECF is #98D130. Grayscale: #505050. Windows color (decimal): -10015025 or 13577831. OLE color: 13577831.
HSL color Cylindrical-coordinate representation of color #672ECF: hue angle of 261.24º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #672ECF is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 46 | 207 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.19 |
| HSL | 261.24º | 0.64% | 0.5% | - |
| HSV(B) | 261.24º | 0.78% | 0.81% | - |
| XYZ | 17.83 | 9.34 | 59.89 | - |
| YUV | 81.4 | 198.88 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 207 | 0.50 | 0.78 | 0 | 0.19 | 261.24 | 0.64 | 0.5 |
| Hex | 67 | 2E | CF | 32 | 4E | 0 | 13 | 105 | 40 | 32 |
| Octal | 147 | 56 | 317 | 62 | 116 | 0 | 23 | 405 | 100 | 62 |
| Binary | 1100111 | 101110 | 11001111 | 110010 | 1001110 | 0 | 10011 | 100000101 | 1000000 | 110010 |
Color Harmonies of #672ECF
Complementary color
Monochromatic Colors of #672ECF
Black with #672ECF
Text Example
Text Example
White with #672ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672ECF; }
p { color: rgb(103,46,207); }
H1.HeaderClassName
{
color: #672ECF;
}
.AnyTagClassName
{
color: #672ECF;
}
</style>
background-color css
<style>
a { background-color: #672ECF; }
a { background-color: rgb(103,46,207); }
div.DivClassName
{
background-color: #672ECF;
}
.BgClassName
{
background-color: #672ECF;
}
</style>
border-color css
<style>
span { border-color: #672ECF; }
span { border-color: rgb(103,46,207); }
td.TdClassName
{
border-color: #672ECF;
}
.TagClassName
{
border-color: #672ECF;
}
</style>