Shades of Purple Heart #672FDE
Tints of Purple Heart #672FDE
RGB
CMYK
RGB Variations
Color information
#672FDE (or 0x672FDE) is known color: Purple Heart. HEX triplet: 67, 2F and DE. RGB value is (103,47,222). Sum of RGB (Red+Green+Blue) = 103+47+222=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #672FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672FDE is #98D021. Grayscale: #535353. Windows color (decimal): -10014754 or 14561127. OLE color: 14561127.
HSL color Cylindrical-coordinate representation of color #672FDE: hue angle of 259.2º 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 #672FDE is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 47 | 222 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.13 |
| HSL | 259.2º | 0.73% | 0.53% | - |
| HSV(B) | 259.2º | 0.79% | 0.87% | - |
| XYZ | 19.79 | 10.19 | 70.03 | - |
| YUV | 83.69 | 206.05 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 222 | 0.54 | 0.79 | 0 | 0.13 | 259.2 | 0.73 | 0.53 |
| Hex | 67 | 2F | DE | 36 | 4F | 0 | D | 103 | 49 | 35 |
| Octal | 147 | 57 | 336 | 66 | 117 | 0 | 15 | 403 | 111 | 65 |
| Binary | 1100111 | 101111 | 11011110 | 110110 | 1001111 | 0 | 1101 | 100000011 | 1001001 | 110101 |
Color Harmonies of #672FDE
Complementary color
Monochromatic Colors of #672FDE
Black with #672FDE
Text Example
Text Example
White with #672FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672FDE; }
p { color: rgb(103,47,222); }
H1.HeaderClassName
{
color: #672FDE;
}
.AnyTagClassName
{
color: #672FDE;
}
</style>
background-color css
<style>
a { background-color: #672FDE; }
a { background-color: rgb(103,47,222); }
div.DivClassName
{
background-color: #672FDE;
}
.BgClassName
{
background-color: #672FDE;
}
</style>
border-color css
<style>
span { border-color: #672FDE; }
span { border-color: rgb(103,47,222); }
td.TdClassName
{
border-color: #672FDE;
}
.TagClassName
{
border-color: #672FDE;
}
</style>