Shades of Purple Heart #672ECD
Tints of Purple Heart #672ECD
RGB
CMYK
RGB Variations
Color information
#672ECD (or 0x672ECD) is known color: Purple Heart. HEX triplet: 67, 2E and CD. RGB value is (103,46,205). Sum of RGB (Red+Green+Blue) = 103+46+205=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #672ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672ECD is #98D132. Grayscale: #505050. Windows color (decimal): -10015027 or 13446759. OLE color: 13446759.
HSL color Cylindrical-coordinate representation of color #672ECD: hue angle of 261.51º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #672ECD is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 46 | 205 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.20 |
| HSL | 261.51º | 0.63% | 0.49% | - |
| HSV(B) | 261.51º | 0.78% | 0.8% | - |
| XYZ | 17.59 | 9.25 | 58.62 | - |
| YUV | 81.17 | 197.88 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 205 | 0.50 | 0.78 | 0 | 0.20 | 261.51 | 0.63 | 0.49 |
| Hex | 67 | 2E | CD | 32 | 4E | 0 | 14 | 106 | 3F | 31 |
| Octal | 147 | 56 | 315 | 62 | 116 | 0 | 24 | 406 | 77 | 61 |
| Binary | 1100111 | 101110 | 11001101 | 110010 | 1001110 | 0 | 10100 | 100000110 | 111111 | 110001 |
Color Harmonies of #672ECD
Complementary color
Monochromatic Colors of #672ECD
Black with #672ECD
Text Example
Text Example
White with #672ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672ECD; }
p { color: rgb(103,46,205); }
H1.HeaderClassName
{
color: #672ECD;
}
.AnyTagClassName
{
color: #672ECD;
}
</style>
background-color css
<style>
a { background-color: #672ECD; }
a { background-color: rgb(103,46,205); }
div.DivClassName
{
background-color: #672ECD;
}
.BgClassName
{
background-color: #672ECD;
}
</style>
border-color css
<style>
span { border-color: #672ECD; }
span { border-color: rgb(103,46,205); }
td.TdClassName
{
border-color: #672ECD;
}
.TagClassName
{
border-color: #672ECD;
}
</style>