Shades of Purple Heart #672DCF
Tints of Purple Heart #672DCF
RGB
CMYK
RGB Variations
Color information
#672DCF (or 0x672DCF) is known color: Purple Heart. HEX triplet: 67, 2D and CF. RGB value is (103,45,207). Sum of RGB (Red+Green+Blue) = 103+45+207=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #672DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672DCF is #98D230. Grayscale: #505050. Windows color (decimal): -10015281 or 13577575. OLE color: 13577575.
HSL color Cylindrical-coordinate representation of color #672DCF: hue angle of 261.48º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #672DCF is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 45 | 207 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.19 |
| HSL | 261.48º | 0.64% | 0.49% | - |
| HSV(B) | 261.48º | 0.78% | 0.81% | - |
| XYZ | 17.79 | 9.27 | 59.88 | - |
| YUV | 80.81 | 199.22 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 207 | 0.50 | 0.78 | 0 | 0.19 | 261.48 | 0.64 | 0.49 |
| Hex | 67 | 2D | CF | 32 | 4E | 0 | 13 | 105 | 40 | 31 |
| Octal | 147 | 55 | 317 | 62 | 116 | 0 | 23 | 405 | 100 | 61 |
| Binary | 1100111 | 101101 | 11001111 | 110010 | 1001110 | 0 | 10011 | 100000101 | 1000000 | 110001 |
Color Harmonies of #672DCF
Complementary color
Monochromatic Colors of #672DCF
Black with #672DCF
Text Example
Text Example
White with #672DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672DCF; }
p { color: rgb(103,45,207); }
H1.HeaderClassName
{
color: #672DCF;
}
.AnyTagClassName
{
color: #672DCF;
}
</style>
background-color css
<style>
a { background-color: #672DCF; }
a { background-color: rgb(103,45,207); }
div.DivClassName
{
background-color: #672DCF;
}
.BgClassName
{
background-color: #672DCF;
}
</style>
border-color css
<style>
span { border-color: #672DCF; }
span { border-color: rgb(103,45,207); }
td.TdClassName
{
border-color: #672DCF;
}
.TagClassName
{
border-color: #672DCF;
}
</style>